Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts
29 July, 2013
20 July, 2013
10 July, 2013
06 July, 2013
02 July, 2013
To check whether an email id exists or not in database using PHP
This post is used to check whether an email id exists or not in database using PHP. If the email id already exist an alert message will be shown below. And if the Email Id is not available in the database then it will automatically store in the database. This concept is designed using if else statement and method to fetch and check number of rows in the database.