I get a parse error in this area of my code would someone eval and tell me if it is wrong?
$gameid = HTTP_POST_VARS ['gameid'];
$upc = HTTP_POST_VARS ['upc'];
$title = HTTP_POST_VARS ['title'];
$publisher = HTTP_POST_VARS ['publisher'];
Thank you for your time and help.
Louis