1 2 3 4
<?php function image_createfromany($file){ if(is_file($file) && is_array($image_info = getimagesize($file))){ ...
PHP On Thumbnail generator
by JWvdV,
November 06, 2007 17:43
1 2 3 4
<?php function secure_input(&$v) { if(is_array($v)) foreach($v as $i => $a) secure_input($v[$i]); ...
PHP On handling GET and POST in a ...
by JWvdV,
October 06, 2007 06:14
@Don: I completely agree wi...
Perhaps you can use this......