Hello
I am installing a script and get:
Parse error: parse error in /home/bigcat/public_html/photos/setup.php on line 493
here is the code :
As I know that basic guidelines is that
This error comes in most cases because of missing ; or ) in the line or the one before.
But I am not familiar with php coding rules, so I don't know exactly which of
these ; or ) I must change.
Could you please point where is the missing sign
and also would be nice to have some more quide on managine parse errors.
Maybe there are some php code checking software that automatically highlights incorrect code?
thanks