[PHP] Re: MySql Close problem

2004-06-22 Thread Erik Gjertsen
I suppose it was mysql_close that was a problem but I am not secure. I am new in this. I have tryed to made registration page. I wish to that you can use one nic name ony one time. I hav use the following code: You forgot to enter your name'; } else { $name = escape_data($_POST['name']);

[PHP] Re: MySql Close problem

2004-06-21 Thread Thomas Seifert
you should tell WHAT problem you have. does it throw an error? doesn't it work as expected ... ? whats the matter? thomas On Sun, 20 Jun 2004 13:47:03 -0700 [EMAIL PROTECTED] (Erik Gjertsen) wrote: > I have problem with mysql_close > I dont understand why. > Are ther someone that have any

[PHP] Re: MySql Close problem

2004-06-21 Thread franciccio
Have you tried to specify the the handler of the connection, when you first made the connection yo had somethig like: $handler=mysql_connect(...); ... ... ... mysql_close($handler); "Erik Gjertsen" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] I have problem with mysql_close