Re: Insert/update
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Insert/update

From: Alkimake <alkimake@gmail.com>
Date: Tue Mar 28 2006 - 11:32:44 CEST

if (mysql_num_rows($query)) {
    UPDATE....
} else {
    INSERT
}

if ther is a record mysql_num_rows returns positive value.
Received on Mon May 1 02:42:38 2006