Thanks, I'll play with this more in about an hour. Question.. I have 2 columns in both tables that I'm quering the same. Can I use:
$city_id = $row['city.city_id'];
$model_in_city_id = $row['model_in_city.city_id'];
So mysql knows which one I'm referring to?
|