[PHPLIB] Re: From: Zaki AlMuallim (zaki <email protected>)
Date: 12/24/99

Hello Mohammed,

        Sorry for late reply,,,

        You need to use $sess->purl("trail2.php3") in the link in your test
page.

        So it should be:

 <?php page_open(array("sess" => "Authcenter_Session"));
   if (!isset($s)) { $s=0; };
   $sess->register("s");
 ?>
 <HTML><HEAD></HEAD><BODY><A HREF="<? $sess->purl("trail2.php3")
?>">trail2.php3</BODY><HTML>
 <?php page_close();?>

Good luck,
Zaki AlMuallim
Qatif,
Saudi Arabia

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.