PHP解析错误:语法错误,意外的'endif'(T

我认为Iam变得盲目...

我真的没有找到我的代码中的语法错误

<?php if (!is_page(array('865'))); ?>
    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php endif; ?>

我的错误在哪里?

最好的祝福


必须有冒号而不是分号......

<?php if (!is_page(array('865'))): ?>
    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php endif; ?>
链接地址: http://www.djcxy.com/p/69859.html

上一篇: PHP Parse error: syntax error, unexpected 'endif' (T

下一篇: Zend Framework layout or view lag