[PHP-DB] problem in recorset that seems temporary

2008-01-25 Thread Ruprecht Helms
Hi, I have a problem that confuse me a little bit. When I want to delete a picture by giving the id-value in the URL I get the following error: Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /opt/lampp/htdocs/pferdeservice_karle/galerie_delete.php on line

Re: [PHP-DB] problem in recorset that seems temporary

2008-01-25 Thread Krister Karlström
Hi! I did not quite get the point here, but maybe that's not needed to solve the problem... :-) First of all, you seem to have enabled the register_global setting, since I can't see from where the parameter $id is posted. Use the $_GET or $_POST superglobal array instead. Take big care of in