I am struggling to get sessions to recognise the variables posted by form entries.
I have tried the following to try and register a new session var :
$SESSION['form_entry'] = $POST['form_entry'];
and..
session_register("form_entry"); .....but neither work.
Should the form action be "$php_self" or addressed to the next page ?
Either way, I seem uable to get the form variables into the session.
Is there a set up issue with PHP4 as provided by my hosting company ?
Thanks