SyntaxFix
Write A Post
Hire A Developer
Questions
correct syntax for mysql insert into statement using post method is:
$sql="insert into ttable(username,password) values('$_POST[username]','$_POST[password]')";