Posted by aaron on 11/21/42 11:37
Does anyone see anything wrong with this code? I've echoed out the contents of the array so the array is fine, but when I run this the code stops here and won't continue. Aaron for($i = 0; $i<=5; $i++) { $file = $file_arr[$i]; function file_delete($file) { if(unlink($file)) { return true; } else { return false; } } }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming