preethikannan79 Posted September 15, 2017 Share Posted September 15, 2017 Hi friends, I am beginner of php coding and myself developing the website .Could anyone help me to below question. how to create a form table with php validation for my website????? i want to get data collection through forms by website, but it should be validated according to names, email and contact no.... kindly suggest me... Thanks & regards Preethi. 1 Quote Link to comment https://forums.phpfreaks.com/topic/304989-how-to-create-a-form-table-with-php-validation-for-my-website/ Share on other sites More sharing options...
Sepodati Posted September 15, 2017 Share Posted September 15, 2017 That's kinda broad, man. I mean, the answer is to keep learning PHP. 1 Quote Link to comment https://forums.phpfreaks.com/topic/304989-how-to-create-a-form-table-with-php-validation-for-my-website/#findComment-1551349 Share on other sites More sharing options...
cyberRobot Posted September 18, 2017 Share Posted September 18, 2017 Where are you stuck? If you haven't built a PHP script to process a form submission before, you could start with the example here: http://php.net/manual/en/tutorial.forms.php As for validating email addresses, you could take a look at the following: http://php.net/manual/en/filter.examples.validation.php Quote Link to comment https://forums.phpfreaks.com/topic/304989-how-to-create-a-form-table-with-php-validation-for-my-website/#findComment-1551500 Share on other sites More sharing options...
phpmillion Posted September 28, 2017 Share Posted September 28, 2017 It greatly depends on your form. What types of data (URLs, emails, numbers, etc.) do you want to validate? 1 Quote Link to comment https://forums.phpfreaks.com/topic/304989-how-to-create-a-form-table-with-php-validation-for-my-website/#findComment-1552028 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.