Hello everybody,
I am running into a problem that I supposse is related to the setup of PHP.
I created a form, and everytime I hit "Submit", instead of getting the output html file confirming the information that was entered, I get lines of PHP code, corresponding to each field. For example, for the Email input field, in the confirmation html page I get this:
'; echo 'Your email address is ' . $email; ?>
instead of a line reading
Your email address is output from variable $email
Any help will be appreciated.
Thank you.