I'm not new to Sql or PHP or atleast I hope not
Now, here's the joke. Every field enters into the table of MySql except for the password field. All entries including 1st name, last name, etc etc. get added to the table and like I said , password doesn't add.
Just to be sure, at the end I echo all the fields and then echo "New user created !" .
No MySql error or any syntax error displayed. The password field echoes w/o any problems, it displays the entered password. But no entry in the DB .
password column : varchar(255) , utf16_general_ci ,
Iv also attached the enterintodb.php file .
the others don't matter, coz when I echo $password, it displays perfectly.
in the form this is the password field " <input type="password" name="password" size="20" style="border-left-width=0px"> "
and don't worry about sql auth, i run a separate PHP file for that before enterintodb.php
So, guys, help me out
Here's the attachment =
enterintodb.php 371bytes
7 downloads













