The following PHP script doesn't pass $course ("statistics") to the next
script. Why?
<?php
// file: "root/reg_users_2.php", updated: 07/06/02
set_time_limit(300);
session_start();
session_register("course");
$course="statistics";
header ("location:estadisticas/contents.php");
flush();
exit;
?>
Thanks!
Tony
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

