Quoting Cesar Aracena <[EMAIL PROTECTED]>:
### Try by adding a backslash to the : there (..."\: "...)
###
### Cesar L. Aracena
### [EMAIL PROTECTED]
### [EMAIL PROTECTED]
### (0299) 156-356688
### Neuquén (8300) Capital
### Argentina
###
###
### -Mensaje original-
### De: Adam French [m
I think it's just the $query var not having the right number of quotes.
I added single quotes around the value.
$name = $_POST['username'];
$name = $name;
$db = mysql_connect("localhost");
mysql_select_db("vinyldealers",$db);
$query = "SELECT shops.name FROM shops WHERE name = '".$name."'";
$re
What they mean is to make that line:
$query = "SELECT shops.name FROM shops WHERE name = $name";
Cesar L. Aracena
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(0299) 156-356688
Neuquén (8300) Capital
Argentina
-Mensaje original-
De: Adam French [mailto:[EMAIL PROTECTED]]
Enviado el: viernes, 03
Try by adding a backslash to the : there (..."\: "...)
Cesar L. Aracena
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(0299) 156-356688
Neuquén (8300) Capital
Argentina
-Mensaje original-
De: Adam French [mailto:[EMAIL PROTECTED]]
Enviado el: viernes, 03 de enero de 2003 3:18
Para: [EMAIL PROTECT
Hi,
Friday, January 3, 2003, 4:18:05 PM, you wrote:
AF> I'm just starting out, this is my script...
AF> $name = $_POST['username'];
AF> $name = $name;
AF> $db = mysql_connect("localhost");
AF> mysql_select_db("vinyldealers",$db);
AF> $query = "SELECT shops.name FROM shops WHERE name = ".$name.";
5 matches
Mail list logo