Re: [PHP] coding for 'no match found'

2001-05-15 Thread James, Yz
ECTED]... > See http://www.php.net/manual/en/function.mysql-num-rows.php > > Kirk > > > -Original Message- > > From: midget2000x [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, May 15, 2001 3:00 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] coding for &

RE: [PHP] coding for 'no match found'

2001-05-15 Thread Johnson, Kirk
See http://www.php.net/manual/en/function.mysql-num-rows.php Kirk > -Original Message- > From: midget2000x [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 3:00 PM > To: [EMAIL PROTECTED] > Subject: [PHP] coding for 'no match found' > > >

[PHP] coding for 'no match found'

2001-05-15 Thread midget2000x
This is a simple yet fundamental programming question I am hoping somebody will have the patience to explain... I have a mysql database with the "email" field as the key. Before inserting an new record to it I want to check if there is already a record with that e-mail. This I can do fine. But