Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Parham's PHP Tutorials => Topic started by: cponygo on February 13, 2009, 08:08:38 PM

Title: T-String error..
Post by: cponygo on February 13, 2009, 08:08:38 PM
Went to log onto my websites(4) all have the same parse error on line 1044 of public

this is the error-

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/cponygo2/public_html/Andy/SSI.php on line 1044


this is the code on line 1044

if (!isset($_POST['sc']) || $_POST['sc'] != $sc || empty($_POST['options']) || !isset($_POST['poll']))

anybody see an issue here or how to fix it..

currently running 1.18 and TP(different versins on different sites...

the site is www.cponygo.com/forums (http://www.cponygo.com/forums)

TIA-
Andy
Title: Re: T-String error..
Post by: cponygo on February 13, 2009, 09:13:25 PM
problem solved- I FTP'd a new SSI.php into each site....

still curious as to how this can happen...