Date: 12/24/99
- Next message: Michael S. Steuer: "RE: [PHPLIB] problems sending session to different server that uses auth"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB] Is it possible to send an object variable as a POST argument"
- In reply to: Mohammed: "(no subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Michael S. Steuer: "RE: [PHPLIB] problems sending session to different server that uses auth"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB] Is it possible to send an object variable as a POST argument"
- In reply to: Mohammed: "(no subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

