RE: [PHP-DB] Stumped with proper query display

2004-04-08 Thread fgc
Hi all, new to the list :) I would try something like this: Select name, company, choice From Table1, Table2 Where Table1.id = Table2.id; Fg Can someone please help me or direct me to some scripts that might get me unstuck, as I've not done this kind of query before. To simplify:

RE: [PHP-DB] assigning variables after one-to-many query

2004-04-23 Thread fgc
Hi, I would try: Select email From table2, table3 Where table3.emailID = table2.emailID And id = 1 This should give you [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] FG -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php