"Notice: Undefined variable: HTTP_POST_VARS in" is caused as in newer versions of PHP $HTTP_POST_VARS has long been depreciated in favor of $_POST. Your error would be referring to are the ones contained within an array.
This replace HTTP_POST_VARS with _POST
Hope it helps.











