Hi can someone please advise where i save my PHP file in order for my “submit” button on my website form to work ?
The php file is called sendmail.php
Thank you in advance
Hi can someone please advise where i save my PHP file in order for my “submit” button on my website form to work ?
The php file is called sendmail.php
Thank you in advance
you can save the file in the same directory as the html page. point your form action to the php file.
<form action=‘sendmail.php’> </form>