Forum Moderators: coopster
Ive been using a hidden input box to pass information between forms , but now looking for an alternative , are there any ?
Regards
Malcolm
<input type="hidden" name="myField" value="Value Of MyField">
foreach ($_POST AS $key => $value) { $_SESSION[$key] = $value;}
And then access the sessions on the next page. Just an idea.
dc
[edited by: dreamcatcher at 8:03 am (utc) on Nov. 13, 2008]