Posted by Mαrio Gamito on 10/24/05 20:25
Hi,
Why this doesn't work ?
---
$query = "SELECT COUNT (login) FROM WHERE login = '$login'";
$result = mysql_query($query);
mysql_fetch_row($result);
---
It gives me
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result resource in /var/www/html/registar_action.php on line 22
Any help would be apreciated.
Warm Regards,
MΓ‘rio Gamito
Navigation:
[Reply to this message]
|