May 2005 07:28
To: php-general@lists.php.net
Subject: [PHP] Unknown column 'peterspeters' in 'where clause'
Hi All,
the below code generates this error,
Unknown column 'peterspeters' in 'where clause'
mysql_select_db("status", $db);
$username
hi Mark
> Unknown column 'peterspeters' in 'where clause'
you're missing the quotes around (I guess) the password. you can kick
yourself now :-p
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
---
From: Mark Sargent <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Sent: Wed, 18 May 2005 15:27:34 +0900
Subject: [PHP] Unknown column 'peterspeters' in 'where clause'
> Hi All,
>
> the below code generates this error,
>
> Unknown column 'pete
Hi,
Wednesday, May 18, 2005, 4:27:34 PM, you wrote:
MS> Hi All,
MS> the below code generates this error,
MS> Unknown column 'peterspeters' in 'where clause'
MS> mysql_select_db("status", $db);
MS> $username = $_POST["username"];
MS> $password = $_POST["password"];
MS> $result = mysql_query("SEL
Hi All,
the below code generates this error,
Unknown column 'peterspeters' in 'where clause'
mysql_select_db("status", $db);
$username = $_POST["username"];
$password = $_POST["password"];
$result = mysql_query("SELECT customer_id FROM Customers WHERE
customer_username = $username AND customer_pas
5 matches
Mail list logo