Hi everybody there! Pls I want someone to bail me out, I am trying to insert email address to my datbase from my webpage but I am getting this syntax error: syntax error, check manual that correspond to your mysql version for the right syntax to us near '@yahoo.com at line 1. the code is:
Unable to insert email address to database
5
Hi everybody there! Pls I want someone to bail me out, I am trying to insert email address to my datbase from my webpage but I am getting this syntax error: syntax error, check manual that correspond to your mysql version for the right syntax to us near '@yahoo.com at line 1.
the code is:
$sql = "INSERT INTO subscribers(`id`,`first`,`last`,`email`) VALUES('','".$first."','".$last."','".$email."')";
etc...
the code is:
$sql = "INSERT INTO subscribers(`id`,`first`,`last`,`email`) VALUES('','".$first."','".$last."','".$email."')";
etc...
- Ken Durham
- [1] reply
- Ebbam
- lordspace
Next Topics on Trending Feed
-
5