Hello,
I am running into a problem with session_encode(). I am attempting to query a mysql database to see if the current PHPSESSID is in the orders table. I am not sure if I have coded it correctly:
snip....
/
$str = session_encode();
$query = "Select From orders where session_id = '$str'";
*/
....snip
Does anyone have any examples of session_encode()? I have looked through the manual but I am still not able to get it to work. Any help would be appreciated.
Regards,
Adrian