Could someone please provide me with example code on how I would do the following!? New to PHP, and not having much luck!
What happens is, a user enters an email address into a form, but then I need to check the MySQL db that this address does not already exsist.
IF address exists then display a message saying so, and ask to enter again.
ELSE add the address to the database.
Not particularly sure on how I would be incorporating the SQL with the PHP.
Thanking you in advance!
----Ment2Excel (M2E)----
--LEARN BY EXAMPLE--
What happens is, a user enters an email address into a form, but then I need to check the MySQL db that this address does not already exsist.
IF address exists then display a message saying so, and ask to enter again.
ELSE add the address to the database.
Not particularly sure on how I would be incorporating the SQL with the PHP.
Thanking you in advance!
----Ment2Excel (M2E)----
--LEARN BY EXAMPLE--