Help please, Parse error: syntax error, unexpected in my php

Discussion in 'PHP' started by Wezzie, Feb 29, 2008.

  1. #1
    I have someone who is installing some mods on my site. I am now getting this error message
    Parse error: syntax error, unexpected ';' in /home/canadia/public_html/posting.php on line 1015

    At the moment, I can't get a hold of the person who is installing the mods and don't know when they'll be on to have this problem fixed. Could someone please explain to me how I can possibly fix this so that I can get my members posting again.

    Any help would be greatly apprecaited.
     
    Wezzie, Feb 29, 2008 IP
  2. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #2
    you would need to provide a little bit more information than just that one line.

    It's likely due to an unclosed { or } or a missing ;

    double check all your lines of code.
     
    fsmedia, Feb 29, 2008 IP
  3. Wezzie

    Wezzie Peon

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm sorry, I'm not familiar with the coding of php. Could you tell me what info you would need?

    Thanks for your help

    Is there a way of finding line 1015? :(
     
    Wezzie, Feb 29, 2008 IP
  4. quicksolutions

    quicksolutions Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    An easy way to find line numbe is Ctrl+g,press it on notepad or dreamweaver it will ask for the line number
     
    quicksolutions, Mar 1, 2008 IP
  5. Wezzie

    Wezzie Peon

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you so much! That is very help :)
     
    Wezzie, Mar 1, 2008 IP