how do i write the sintax for that? below is what i have for selecting data from one table. but i want to select from 2 tables.
$TableName = "foo";
$Link = mysql_connect ($Host, $User, $Password);
$Query = "SELECT * from $TableName";
Do these two tables join in any way? Or are you just looking to pull all dates from both tables? Why won't two seperate queries work for you?