Quote:
Originally Posted by teh ghey
thanks, this is in the middle of a php page, and actually inside another IF statement, so should I take out the <?PHP
and the ?>
?
|
If you have already initiated PHP to start (i.e. tags opened <?PHP )
then you only need the if statement/data.
In your code though, you have it surrounded in comments which would cause parse errors as you see reported.
If you can post the full code, or the segment your trying to join it into I can advise more.