I have just started using PHP and I'm currently building a message board. But I cannot retrieve the input variables from HTTP post
Here is the code that I'm using:
$ userinfo = strtolower ($REQUEST_METHOD) == 'get'
? $HHTP_GET_VARS : $HTTP_POST_VARS;