Undefined

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sramca16
    New Member
    • Feb 2008
    • 3

    Undefined

    plz tel me how to remove this error and why this error comes

    PHP Notice: Undefined variable: HTTP_POST_VARS in C:\Php example\mail.ph p on line 7
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Welcome to TheScripts!

    HTTP_POST_VARS is a deprecated variable. Please use $_POST instead.

    To see the probable cause you'll have to show your code!! A description like 'error on line 7' doesn't mean very much when you cannot see the code including the line 7.

    And when you show the code: do not forget to include it within the appropriate code tags! See the Posting Guidelines before you show any code here.

    Ronald

    Comment

    Working...