I am creating an uploading script for my site. I am coming up with a fetch error Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/upload/public_html/index.php on line 241 It can also be viewed at http://www.uploadimagez.com If you can help that would be great maybe even a donation to paypal will be sent!
Would need at least the snippet of code above and including the mysql_fetch_assoc to see what's going on. The variable passed to mysql_fetch_assoc needs to be the result variable from a mysql_query. WAG: the query failed and mysql_fetch_assoc is being passed false instead of a resultset. Check the query and the result set value to see if this is a good guess.
Can you please post the line which is giving the error? There is a working uploading script in PHP at w3schools.com