php3-list | 199903
Date: 03/11/99
- Next message: CIMPOESU Teodor: "Re: [PHP3] How to change CGI separator?"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] How to change CGI separator?"
- In reply to: Peter Bolmehag: "[PHP3] How to change CGI separator?"
- Next in thread: CIMPOESU Teodor: "Re: [PHP3] How to change CGI separator?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You can always parse it yourself. Everything to the right of the "?" is
available in the $QUERY_STRING variable. That said, I don't know why you'd
want to do that.
Alan.
Peter Bolmehag wrote:
>
> Hi!
>
> I want my links to be engine.php3?variable1=value1;variable2=variable2
>
> instead of using & as a separator.
>
> how?
>
> Peter
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
> List administrator: zeev-list-admin <email protected>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: CIMPOESU Teodor: "Re: [PHP3] How to change CGI separator?"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] How to change CGI separator?"
- In reply to: Peter Bolmehag: "[PHP3] How to change CGI separator?"
- Next in thread: CIMPOESU Teodor: "Re: [PHP3] How to change CGI separator?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

