www.example.com/index.php3/ee9e8d564ea55f1b88c0a

---- index.php3 -------
<?php
    echo $PATH_INFO;
?>

If that doesn't work for whatever reason, try using <?php phpinfo();?>

You'll probably need http://php.net/explode to separate out your values, and
you'll either need to know in advance which parameters will be in which
position, or you'll need to include the variable names as part of the URL.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Diadon <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 22, 2001 2:14 PM
Subject: Some question about sessions


> How to send session id in URL as path for example
> www.somehost.com/ea9e8d564ea55f1b88c0a/index.php3?
>
> and how to get this id?
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to