\n"); echo("\n\n"); // Connect to MySql and select the oab database $link = mysql_pconnect( "localhost", "webuser", "abc123" ); if ( ! $link ) die( "Couldn't connect to MySQL" ); mysql_select_db( "oab", $link ) or die ( "Couldn't open database: ".mysql_error($link) ); // Select ALL contact ids and Last Names from the database and order them alphabetically $qid=mysql_db_query("oab","select contactID, contactLastName from oabContacts order by contactLastName ASC") or die("Database Query Error"); ?>

WAP Address

Browse
".$row[1]."
"; } ?>