Menu

Problems with form

Help
Sheryl
2007-04-01
2013-06-03
  • Sheryl

    Sheryl - 2007-04-01

    My webhost has phpform generator in the cpanel.  Last month I installed the program and created 5 forms and checked them and they were working fine.  Now they aren't.  I went to a different domain and installed the program and created a form and here is the error message i get

    Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/ux323243/public_html/forms/use/manistee07/process.php on line 23

    Help

     
    • Sheryl

      Sheryl - 2007-04-01

      both domains are giving me the same error, except for the user name is different for each form.

       
    • TNTEverett

      TNTEverett - 2007-04-02

      This error is caused by using variable names that start with numbers.
      You can not use variable names like "1st_entry", "2nd_entry".  You must use alpha characters to start the variable names like "first_entry", "second_entry". 

       

Log in to post a comment.