On 9/27/05, Bulent <bmalik@xxxxxxxxxxxx> wrote: > Hello > > I am a novice about that > I use mysql4.0.24 with php4.3.10. > When I upload jpeg/gif files to my webpage I get an error as below; > PHP Warning: mysql_close(): supplied resource is not a valid MySQL-Link resource in /var/..... > What shall I do ? You're trying to close a mysql connection that isn't open. You've either not opened it properly or closed it already. Without any code it's impossible to tell. -robin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php