Hi,
I am new to PHP.
I am facing problem in both Get and Post method.
At first I tried with POST and given the error
Notice: Undefined variable: HTTP_POST_VARS
Then I changed to GET method and got the below
error
Notice: Undefined variable: HTTP_GET_VARS
Later I restarted Apache and tried the both, but could not found the solution.