Problem With Solutions

Something Different In Linux

Home » Knowledge » Notice:Undefined variable: HTTP_POST_VARS in

Notice:Undefined variable: HTTP_POST_VARS in

Posted by Rishikesh Vispute Categories: Knowledge

If your server logs shows the error “Notice: Undefined variable: HTTP_POST_VARS in ”

then

Use $_POST  instead of  $HTTP_POST_VARS

Or

Add the following line at the top of your script put:

$HTTP_POST_VARS = $_POST;

One Response so far.

  1. sania says:

    thanks it helped


Optimized by SEO Ultimate