| name | language | licence |
|---|---|---|
| xml flash photoflow | HTML | Other |
| CSS basic | CSS | Other |
| Eric Meyer's CSS Reset | CSS | Other |
| lorem Ipsum | HTML | Other |
| WA fail inline | PHP | Other |
| focus form js | Other | Other |
| favicon link | HTML | Other |
| if readable and exsists | PHP | Other |
< 1 2 3 4 5 6 >
language: PHP
licence: Other
if readable and exsists
options: view full snippet • send to code collector
//head
<?php
$filen = $row_box['short_name'];
$files = '_small';
$file = "./thumbs/$filen$files.jpg";
?>
//body
<?php if(file_exists($file) && is_readable($file)) { ?> [img] <?php }; ?>



library
css (12)