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

2003-01-08 Thread Matthew Moldvan
;, echoing 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 em

[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 this:

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 > c

[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 this: