On Thursday 29 June 2006 06:29, Jeremy Schreckhise wrote: <snip> > Try > $link = mysql_connect('localhost',$youruser,$yourpassword) or die(); > mysql_select_db('yourdb'); > > $query = 'SELECT * FROM Moses_Lake_Lions'; > if(!$result = mysql_query ($query,$link)) > { > // do error checking here > } > > Jeremy Schreckhise, M.B.A. > > -----Original Message----- > From: Russbucket [mailto:russbucket@xxxxxxx] Thanks I'll try that. -- Russ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php