Parse Error: Syntax Error, Unexpected T_endif In /home/content Error Php
thank guys you fixed the function problem, site is still screwy though tried to debug with psp pad and altova + dw but did not show up but at least error gone. thanks u got me tro
Solution 1:
<?phpif ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ); ?>
Change trailing ; to :
Solution 2:
Use : isntead of ;
<ul><?phpif ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ): ?><?phpendif; ?></ul>
Post a Comment for "Parse Error: Syntax Error, Unexpected T_endif In /home/content Error Php"