Shopping news - Debt Consolidation - Debt Consolidation - Wordpress Themes - vBulletin

PDA

View Full Version : Help please, Parse error: syntax error, unexpected in my php


Wezzie
Feb 29th 2008, 1:53 pm
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.

fsmedia
Feb 29th 2008, 1:56 pm
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.

Wezzie
Feb 29th 2008, 2:01 pm
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? :(

quicksolutions
Mar 1st 2008, 3:06 am
An easy way to find line numbe is Ctrl+g,press it on notepad or dreamweaver it will ask for the line number

Wezzie
Mar 1st 2008, 6:38 am
An easy way to find line numbe is Ctrl+g,press it on notepad or dreamweaver it will ask for the line number

Thank you so much! That is very help :)