|$sql = "INSERT into $table_name (f_name, l_name, username, password)
Values ('$f_name', '$l_name', '$username', '$password')";|
notice the single quotes
Karl James wrote:
Hey guys,
I cant figure out whats wrong with this code.
Im sure its syntax can some one take a look at it and
Help me ou
Hey guys,
I cant figure out whats wrong with this code.
Im sure its syntax can some one take a look at it and
Help me out
What im trying to do is create a form for sign up.
So that the values will be added to the table in the databse..
For log in purposes.
Thanks
Karl
Here is the code.
2 matches
Mail list logo