Read this: http://www.php.net//manual/en/security.registerglobals.php
and either turn on register_globals: ini_set ("register_globals", "1");
or better yet, start using the super global syntax:
http://www.php.net/manual/en/language.variables.predefined.php#language.variables.superglobals
like s
Hi. I am very new to PHP. I have both apache and mysql as well as php
installed on my laptop. I thought PHP was functioning correctly because
when I do a phpinfo() I get the appropriate diagnostic page.
However in a couple of exercises designed to display variables
populated from a form in one