'. 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
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
2 matches
Mail list logo