I am pretty new to PHP. But I thought the language would keep your GET and POST variables for you. When I submit a form I have the GET variables in the URL.. But if I try ex.
<?php print("$FirstName"); ?>
I dont get anything.. What could the problem be.. This happens on several pages.