Re: [PHP-DB] Relational database

2002-03-22 Thread Cirstoiu Aurel Sorin
test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Relational database

2002-03-22 Thread Andrey Hristov
AIL PROTECTED]> Sent: Friday, March 22, 2002 10:37 AM Subject: RE: [PHP-DB] Relational database > Dear friends at [EMAIL PROTECTED], > > I am an innocent guy from Bulgaria and somehow I got in to your mailing > list ([EMAIL PROTECTED] & [EMAIL PROTECTED]). Now I got all of

Re: [PHP-DB] Relational database

2002-03-21 Thread Mike Maltese
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 5:32 AM Subject: [PHP-DB] Relational database > I am trying to get fields from 2 different tables that have the same field > name to pull the records from one table > For example > mysql_connect($DBhost,$DBuser

Re: [PHP-DB] Relational database

2002-03-21 Thread Andrey Hristov
day, March 21, 2002 3:32 PM Subject: [PHP-DB] Relational database > I am trying to get fields from 2 different tables that have the same field > name to pull the records from one table > For example > mysql_connect($DBhost,$DBuser,$DBpass) or die("Unable toconnect to > database&

RE: [PHP-DB] Relational database

2002-03-21 Thread Hunter, Ray
: Thursday, March 21, 2002 6:32 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Relational database I am trying to get fields from 2 different tables that have the same field name to pull the records from one table For example mysql_connect($DBhost,$DBuser,$DBpass) or die("Unable toconnect to dat

[PHP-DB] Relational database

2002-03-21 Thread Ron
I am trying to get fields from 2 different tables that have the same field name to pull the records from one table For example mysql_connect($DBhost,$DBuser,$DBpass) or die("Unable toconnect to database"); @mysql_select_db("$DBName") or die("Unable to select database $DBName"); $sqlquery1 = mysql_