Hi,
I’m trying to build a contact form for users to send emails to my practice website on my pc.
I have all the html with a little javascript working nicely, however the php won’t work.
Do I have to start the code with <?php and end with ?>
or
can I have
then my code
then <?php
?>
then more code