I have a form on a page that when submitted goes to a result page that displays the values that were entered in the form. In php4 it works fine, but in php5 the variable values do not carry through from the form page to the result page. The result page has all blank values. I have changed the globals to $_POST variables on the result page but they are still blank.
Is this a code problem or do I need to change a setting in php.ini or ??? Has anyone else encountered this when migrating code to php5? Thanks in advance for sharing your experience.



Reply With Quote


Bookmarks