* 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();

<stab dark="true">
perhaps because you didn't open a connection?

<trim>Endless questions</trim>
</stab>

Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to