On Tuesday 17 June 2003 05:43, Frank Keessen wrote: > Thanks but nothing is displayed on page 3.... Any thoughts??? > > (page 2) > > $_REQUEST["submit"]=isset($_REQUEST["submit"])?$_REQUEST["submit"]:""; > if($_REQUEST['submit']!="") > { > foreach($_POST['test1'] as $i => $Value) { > $_SESSION['test1'][$i] = $_POST['test1'][$i]; > }
You need to session_write_close() before redirecting. > header("Location: step3.php"); -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* We are not a loved organization, but we are a respected one. -- John Fisher */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php