Forum Moderators: coopster
mysql_connect("localhost", "user", "password") or die(mysql_error());
mysql_select_db("database") or die(mysql_error());\
both of those return true here is my query.
mysql_query("SELECT * FROM Passwords");
Now that returns false, but if I paste that into a mysql command prompt it works fine. Any ideas why? Thanks,