Tricks, tips, tutorials, pictures and words

php mysql Selecting, Query, Retrieving

Selecting the Database to Use
  • mysql_select_db($database [, $link]
Performing a Query Against a Database
  • mysql_query($query [, $link]);

Retrieving a Result Set

  • mysql_fetch_row($result);