0

I have created a web form which validates each field and if every field is fill up and follows the requirements then it displays thank you message. Other wise it shows error. What I am trying to do with the form is, I want to insert all the values into my database using PDO_MySql. I am referring a web link where you can find the codes. The reason why I didn't put on here is for my study issues. <>https://www.dropbox.com/sh/6x9k3oo3t9zc3fz/OZtUYJAOKp<>

Thanks.

4

1 回答 1

0

I saw your code. You are not inserting anything in your database. You are just validating if the the required fields are present.

于 2013-02-03T01:40:06.853 回答