I am trying to insert data into my data base using: 76: $sql = "INSERT INTO client (`name`,`email`,`address`,`userid`,`password`) VALUES('$name','$email','$address','$userid', '$password' )";
help with this code
7
I am trying to insert data into my data base using:
76: $sql = "INSERT INTO client (`name`,`email`,`address`,`userid`,`password`) VALUES('$name','$email','$address','$userid', '$password' )";
but I am getting this syntax error when I view it through browser:
Parse error: syntax error, unexpected T_VARIABLE, expecting ']' in /home/getyourn/public_html/signup.php on line 76
Pls what is the matter with the insert statement or is there other hidden problem?
Thanks.
76: $sql = "INSERT INTO client (`name`,`email`,`address`,`userid`,`password`) VALUES('$name','$email','$address','$userid', '$password' )";
but I am getting this syntax error when I view it through browser:
Parse error: syntax error, unexpected T_VARIABLE, expecting ']' in /home/getyourn/public_html/signup.php on line 76
Pls what is the matter with the insert statement or is there other hidden problem?
Thanks.
- Nochek
- [1] reply
- K Meier
- [1] reply
- t9web
- ussher
- [ 1 ] Thanks
Next Topics on Trending Feed
-
7