Hi, please some one help me by providing PHP Form Validation and how to create data base in MYSQL and link the php form to it
Since we're not gonna provide you with all of the code, here are some examples you can read on how to do this: http://stackoverflow.com/questions/...to-update-your-mysql-database-with-a-php-form http://www.phpeveryday.com/articles/PHP-MySQL-Creating-Form-Insert-Data-P280.html http://brian.dobberteen.com/code/us...te-a-simple-contact-form-and-results-browser/ They're basic, and doesn't necessarily provide excellent security etc., but they should give you a starting point.
1. Create MySQL database (can be done in cPanel hosting). 2. Create connection to MySQL database using PHP config file (called by include in form PHP file). 3. Add error checking /Form Validation in form PHP file.