🕸Fergus Duniho wrote on Tue, Mar 20, 2012 12:34 PM UTC:
Thanks for mentioning that before I observed the problem. Yes, using $_REQUEST to get the userid will now be a problem with the userid $_COOKIE. I have replaced the use of $_REQUEST with a conditional expression that returns the value of userid from either $_GET or $_POST.
Thanks for mentioning that before I observed the problem. Yes, using $_REQUEST to get the userid will now be a problem with the userid $_COOKIE. I have replaced the use of $_REQUEST with a conditional expression that returns the value of userid from either $_GET or $_POST.