Ok just another question that would build on this one. When I wanted to query for that information to echo it out for whatever and I set up a query somewhat like this:
PHP Code:
$results = mysql_query("select * from table")
Also if I didn't want everything would I just take out the star and insert the fields I wanted. And what would be the sentax if I only wanted say the username and password from the table.
Sorry for the all questions I'm just very interested.