Does anyone know why I can’t read a POSt var in PHP? Is there some special setting I’m missing? I just transferred over to dreamhost from another server and all my sites are having this same problem.
I’m no noob, I’ve been doing this for 5-6 years so I know my code is right, but it’s like PHP isn’t getting POST vars.
Example:
echo $_POST[“email”];
It cannot / will not read the post var. Ideas?