$query="SELECT * FROM session where(user='$user_');"; $rez=mysql_query($query,$db); $rand_s=mysql_fetch_array($rez) or die("FAILURE"); echo $rand_s; this echoes nothing. same query in the console of mysql works. can u help me? Thanx in advance. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP-WIN] mysql_query seems not to work... Bogdan Stanescu
- Re: [PHP-WIN] mysql_query seems not to work... Johannes Janson