Posted by Robin Vickery on 09/27/05 14:01
On 9/27/05, Bulent <bmalik@ihlas.net.tr> 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
[Back to original message]
|