if i set a $_SESSION=$_POS T in every page of a multiple page form how
then would i call it on a later page of the same session? and also how
is distigushed between pages ? should it be set up differently on each
page, ive read of
$_SESSION['variablename']=$_POST
but i cant seem to figure out how to call it back at the end of the form
then would i call it on a later page of the same session? and also how
is distigushed between pages ? should it be set up differently on each
page, ive read of
$_SESSION['variablename']=$_POST
but i cant seem to figure out how to call it back at the end of the form
Comment