[PHPLIB] About $sess->purl($url) From: Joe Cheong (joe <email protected>)
Date: 02/03/00

Hi all,

   Could anyone explain what is the difference between the usage of:

   <a href=<? $sess->purl($url) ?>>Link</a>

and

   <a href=<? print $url ?>>Link</a>

   Also, is there any difference with

   $sess->padd_query(array("again"=>"yes))

   with just appending ?again=yes at the end of the url ?

   Thanks.

Regards,
Joe
-
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.