Yeah, sure you can:

$sql="SELECT id, email FROM table WHERE user='$user' and pass='$pass'";


Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com




-----Original Message-----
From: Peter Houchin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 13, 2001 2:30 PM
To: PHP MAIL GROUP
Subject: [PHP] SELECT statement


Hi,

Can you have a SELECT statement (using mysql) that goes something like

$sql="SELECT id && email FROM table WHERE user='$user' and pass='$pass'";

and if you can't is there a away around this?

Thanks

Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to