[PHP] PATH_INFO and trans-sid and output buffering doesnt work...

2001-04-24 Thread Chris Lee
'. str_replace($o_sid, $n_sid, $output); return $output; } ob_start('fix_session'); ?> I am prepending this file and Im not getting the results I want. the substr_count is there just to show me how many instances its going to replace. well the answer is 11, there are 11 hard coded link.p

[PHP] PATH_INFO and trans-sid

2001-04-24 Thread Chris Lee
I am playing with using PATH_INFO for variables, like the zend.com article, I like this but I want SID to follow a simmilar path. ie. index.php?article=1234&PHPSESSID=xx would be index.php/article/1234/PHPSESSID/xx but Im getting index.php/article/1234?PHPSESSID=xx is there a si