I added session control to my survey application. I want to retain the
person's name entered on the 1st page and use it as a variable value on
subsequent pages.
I added on the first script:
<?
session_start() ;
person's name entered on the 1st page and use it as a variable value on
subsequent pages.
I added on the first script:
<?
session_start() ;
Comment