Re: [PHP] how can i get rid of this error ?

2005-09-27 Thread Robin Vickery
On 9/27/05, Bulent <[EMAIL PROTECTED]> wrote: > here is the concerning line; > about line "mysql_close($sonuc3);" > > @mysql_connect($server,$kullanici,$sifre) or die("sql server baglanamadi"); > @mysql_select_db($vt) or die("tabloya baglanamadi"); > $sonuc3=mysql_query($sorgu3) or die("dosya açila

Re: [PHP] how can i get rid of this error ?

2005-09-27 Thread Bulent
(trim($row[$i])==trim($row3[0])) echo "$row3[0]"; else echo "$row3[0]"; } mysql_close($sonuc3); echo ""; echo ""; - Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Bulent" <[EMAIL PROTECTED]> Cc:

Re: [PHP] how can i get rid of this error ?

2005-09-27 Thread Robin Vickery
On 9/27/05, Bulent <[EMAIL PROTECTED]> 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

Re: [PHP] how can i get rid of this error ?

2005-09-27 Thread Jochem Maas
Bulent 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 ? look at the line with the err

[PHP] how can i get rid of this error ?

2005-09-27 Thread Bulent
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 ? My php configuration as below; GD Suppor