Re: [PHP] Simple Selection Box

2003-09-08 Thread Scott Miller
AAHH - stupid mistake - thanks! Guess I better re-read PHP-101 Thanks, Scott - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Scott Miller" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 1:54 PM S

RE: [PHP] Simple Selection Box

2003-09-08 Thread Jay Blanchard
[snip] You have an error in your SQL syntax near '; City='Eureka/'' at line 6 $sql = "INSERT INTO My_Table_Name SET First_Name='$fname', Last_Name='$lname', Username='$username', Password='$password', Phone_Number='$phone'; City='$city'

[PHP] Simple Selection Box

2003-09-08 Thread Scott Miller
I"m attempting to create a simple selection box in PHP, but to no avail. It keeps giving me an error: You have an error in your SQL syntax near '; City='Eureka/'' at line 6 Here's a snip from my code: Add New User New user added'); } else { echo('Error adding new user: ' .