Date: 07/01/00
- Next message: NickM: "Re: [phplib] rewriting urls"
- Previous message: Ramy M. Hassan: "[phplib] Calling C functions."
- Next in thread: NickM: "Re: [phplib] rewriting urls"
- Reply: NickM: "Re: [phplib] rewriting urls"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I'm passing one variable with URL using sessions supported by cookies.
I think I'm lost in how to print this URL, what I do is:
href=\"".$sess->url("index.php").$sess->add_query(array("page"=>"admin")
if the session mode is get, everything is thine bacuse this session I get
"?" sign:
index.php?my_sess=xyz&page=admin
but in cookie mode, session is set by cookie adn url looks like:
index.php&page=admin
What is the correct way to use it, inted of enforcing not to use cookies?
maz
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: NickM: "Re: [phplib] rewriting urls"
- Previous message: Ramy M. Hassan: "[phplib] Calling C functions."
- Next in thread: NickM: "Re: [phplib] rewriting urls"
- Reply: NickM: "Re: [phplib] rewriting urls"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

