Printable Version of Topic

Click here to view this topic in its original format

AdGuru.org _ Php-MySQL _ PHP setup

Posted by: Misha Singh Jul 3 2009, 12:51 AM

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.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)