| name | language | licence |
|---|---|---|
| reset mysql numbers | SQL (Rails) | Other |
| gravatar php crypt | PHP | Other |
| logged in | Other | WA |
| unset session (logout) | PHP | WA |
| WA fail inline | PHP | Other |
| if readable and exsists | PHP | Other |
< 1 2 >
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)