Html Page Form To PHP

I Have a Form In HTML Page I Want It To Work.

I Am Attaching Screenshot With Page Consisting HTML Fields.

Can I Get Basic Idea How To Convert HTML Form To PHP…

Hi @Web_Department, have you tried searching for ‘PHP Forms’ on the internet. There are literally dozens of tutorials out there that will lead you step-by-step through using PHP to process an HTML form. Give one of them a try, then if you get stuck we can help you out.

1 Like

You don’t actually need to change your form, other than add action=“process.php” to the form tag itself. Then you need to write the process.php (or whatever you want to name it) to validate the values input and send the form contents. As @WebMachine says there are dozens of examples out there.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.