Kevin Murphy wrote:
This is probably basic, but I can't seem to find the answer. Is there a way to specify in a join a specific column when the two tables have columns with the same name?

Something like:

$row['table1.id'] vs $row['table2.id']


yes. http://dev.mysql.com/doc/ is a good place to starting reading
up on SQL JOIN syntax.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to