Name: Anonymous 2008-08-19 8:01
$file_id = $db->escape_string(md5_file($file));
$file_id = $db->escape_string(md5_file($file));
$ php -r 'print_r( str_split( "have a wank" ) );'
Array
(
[0] => h
[1] => a
[2] => v
[3] => e
[4] =>
[5] => a
[6] =>
[7] => w
[8] => a
[9] => n
[10] => k
)