I am newbie here.. I am curious has session_id()  the same
implementation is
SID constant?
Do they produce the same result?

I have page let's say login.php that where SID is not being parsed by
PHP and I am trying to find the cause behind (using PHP4)

$sid_value="&" .SID;
header("location:index.php?error_message=$message$sid_value

I get the following url:
http://localhost/index.php?error_message=message+goes+here&.SID

I actually get &.SID and the end and not SID value? any thoughts? I am
sorry
for asking but I am completely new to PHP..

Thanks
Pax



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to