This is probably a simple question, but I can't seem to find the answer online.

I'm using this query:

$connection = "select * from connection, pr WHERE connection.area_id = '$gateway_link' and connection.pr_id = pr.id";

Both tables have a field called ID but they have different information in them. $row['id'] gets me the one from the table called "pr" but I need to call the ID from the table connection.

--
Kevin Murphy
Webmaster: Information and Marketing Services
Western Nevada Community College
www.wncc.edu
775-445-3326

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

Reply via email to