Results 1 to 2 of 2

Thread: syntax error in php from a form

  1. #1
    Join Date
    Sep 2007
    Posts
    83
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default syntax error in php from a form

    Can someone see the problem Ive change stuff with no luck Im sure its simple, but....
    Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/myforms/Entries/entry.php on line 52
    PHP Code:
    ZIP CODE".$ZIPCODE."
    PHONE".$PHONE."
    EMAIL".$EMAIL."
    this is line 52 8TH SCALE".$8THSCALE."
    8TH SCALE SPORTSMAN".$8THSCALESPORTSMAN."
    ARENA TRUCK".$ARENATRUCK."
    MONSTER TRUCK".$MONSTERTRUCK." 

  2. #2
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Your Fix

    Simple fix: Take the numbers out of the variables (Both, if you only do it for the line 52 it will spit the same error at you for line 53)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •