I have one table ( members ) and five columns ( username , password , FirstName , LastName , Email )
I need to get the Email for the user admin. How would this be done?
SELECT Email FROM members WHERE username = 'admin';
mysql_query set of functions, but the best option is to use PDO. This is an excellent resource: phpro.org/tutorials/Introduction-to-PHP-PDO.html