psdeveloper
01-15-2009, 12:39 PM
I have a php webform with a single textbox that will qurey a MySql table. I like to know if there is a value returned from the query.
Select cEmail from
tblEmal
Where cEmail = $cEmail;
How do I test to see if the email the user enters in the textbox, is in the table?
Thanks
Select cEmail from
tblEmal
Where cEmail = $cEmail;
How do I test to see if the email the user enters in the textbox, is in the table?
Thanks