SQL Statement Error
Posted: Wed Jun 19, 2002 1:20 pm
I can't seem to find what is wrong with this sql string
Code: Select all
$sql = "INSERT into users
first_name,last_name,address,city,
state_prov_id,country_id,zipcode,
user_name,email_address,casino_id VALUES
('".$_POSTї'first_name']."',
'".$_POSTї'last_name']."',
'".$_POSTї'address']."',
'".$_POSTї'city']."',
'".$_POSTї'state_prov_id']."',
'".$_POSTї'country_id']."',
'".$_POSTї'zipcode']."',
'".$_POSTї'user_name']."',
'".$_POSTї'email_address']."',
'".$_POSTї'casino_id']."')";
$insert_info = mysql_query($sql);