Friday, 4 December 2015

49_SELECT_DISTINCT_AND_LOGIN_IN_PHP

SELECT DISTINCT


1)We are going to learn the select distinct in PHP. Let’s do some change in our record.


2) The meaning of word DISTINCT is not display the duplicate data.




Login Concept


1)Imagine that we are adding the user details manually into database table. So create one table with some record as specify below.



2) Using md5() function generate password for


harshida@123 = 8d05c515801cce709ba757db253714f0
jayshree@123= 360624cef05790d33e7f0066b0901bbf


create one login.php page and write the code… This is the example of simple login page without md5() functionality.



No comments:

Post a Comment