LooieENG Posted July 17, 2008 Share Posted July 17, 2008 $result = mysql_query("SELECT password FROM users WHERE username = '$_POST[username]'"); Is there a better way to get the password without using mysql_fetch_array() or anything similar, as I just want the one column? Edit: Nvm, got it. Link to comment https://forums.phpfreaks.com/topic/115157-solved-get-data-from-mysql/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.