![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: A simple IF condition.
From: dracolytch <dracolytch@gmail.com>
Date: Fri Sep 02 2005 - 14:56:29 CEST
Give
if (mysql_num_rows($check) == 0)
a try instead.
|