Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

User Login Part 2 - Telugu

1199 visits



Outline:

User Login Part 2 retrieves information about inputed username and checks whether given password matches with the password in database. mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - It is used to run specific queries on our database.Here it collects information from field username from specified table. mysql_num_rows('query') - This function is user to counts no of rows retrieved from the query given to the database. mysql_fetch_assoc('query')- This function fetches required information from