RE: [PHP-DB] Retreive email address from MySQL DB

2003-01-08 Thread Matthew Moldvan
RESULT[x]. hope this helps. Matthew Moldvan. System Administrator, Trilogy International. -Original Message- From: Info@Best-IT [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:34 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Retreive email address from MySQL DB I have

[PHP-DB] Retreive email address from MySQL DB

2003-01-07 Thread Tim Best
I have a database: web_feedback, and it has 5 columns: Firstname varchar(40) not null Lastname varchar(40) not null Email varchar(40) PRIMARY KEY not null ServList varchar(40) not null Timestamp not null I run a query in a PHP script to retrieve the email address the line of code looks like

RE: [PHP-DB] Retreive email address from MySQL DB

2003-01-07 Thread John W. Holmes
I have a database: web_feedback, and it has 5 columns: Firstname varchar(40) not null Lastname varchar(40) not null Email varchar(40) PRIMARY KEY not null ServList varchar(40) not null Timestamp not null I run a query in a PHP script to retrieve the email address the line of code

[PHP-DB] Retreive email address from MySQL DB

2003-01-07 Thread [EMAIL PROTECTED]
I have a database: web_feedback, and it has 5 columns: Firstname varchar(40) not null Lastname varchar(40) not null Email varchar(40) PRIMARY KEY not null ServList varchar(40) not null Timestamp not null I run a query in a PHP script to retrieve the email address the line of code looks like