I've added some PHP to a few pages of my skin. The problem is that CPanel isn't getting the headers from forms that use the POST method. GET seems to work fine but I don't really want passwords etc. being passed via the URL.
I tried always_populate_raw_post_data = 1 in php.ini and I can see the raw post header using var_dump but the CPanel Wrapper still doesn't seem to see it.
Anybody know a solution? All help apprieciated.
I tried always_populate_raw_post_data = 1 in php.ini and I can see the raw post header using var_dump but the CPanel Wrapper still doesn't seem to see it.
Anybody know a solution? All help apprieciated.