I get this error when running a script...
Warning: fopen("none","r") - No such file or directory in admin.inc on line 111
Warning: Unable to find file identifier 0 in admin.inc on line 111
Here's the code in the area thats causing the problem....
<Code>
$image = addslashes(fread(fopen($image, "r"), filesize($image)));
$nail = addslashes(fread(fopen($nail, "r"), filesize($nail)));
mysql_connect("$host", "$logn", "$pass");
mysql_select_db("$data");
</Code>
Any ideas? =P