Beginner help
Posted by: triggs
Posted on: 2006-09-21 19:26:00
I'm not a programmer, which is why I'm trying to use PHP and not Javascript or something. However, I can't seem to get even the most basic PHP page to work on Dreamhost. I did install one of the PHP "One Click Installs" which I believe is all that's needed to install the PHP functionality for my site. For a test, I'm just taking a form on page1 that collects (1) Name, and (2) age.
Then page2 is supposed to display them back. I got the code from a code site, so I can't even think that I may have mistyped. Why aren't variables being passed from 1 page to another? Any ideas?