* Thus wrote Erik Gjertsen:
> I have problem with mysql_close
> I dont understand why.
> Are ther someone that have any proposal?
>
> ...
>
>
> $query = "SELECT usrid FROM users WHERE username";
> $result = @mysql_query ($query); //Run the query
>
> ...
>
> }
> mysql_close();
perhaps beca
I have problem with mysql_close
I dont understand why.
Are ther someone that have any proposal?
Thank for any help
Erik Gjertsen
Here is the code
$query = "SELECT usrid FROM users WHERE username";
$result = @mysql_query ($query); //Run the query
if (mysql_num_rows($result) == 0) { // Make t
2 matches
Mail list logo