Quote:
|
Originally Posted by deliben
I get the details shown but somehow the PHPSESSID has changed .
What am I doing wrong, can someone please help me ?
|
this is just a stab in the dark, but do you mean the value of $_REQUEST['rid'] is changing? If so, try chaging $_REQUEST for $_GET .
$_REQUEST reads url, post and cookie variables, so if you have any post or cookie variables called 'rid' it could be returning those. $_GET contains only url variables.