Posted by Miguel Cruz on 08/06/06 21:53
Steve <racquetballer@hotmail.com> wrote:
> Something must definitely be wrong in my PHP setup. As soon as I change
> "<?" to "<?php" at the beginning of functions.php, nothing is
> displayed at all - even the view source is completely blank.
You have solved one problem - changing <? to <?php was definitely
required, as evidenced by the fact that the value of $title was
correctly being output by do_html_header() in your earlier test, where
the file started with <? but later contained <?php echo $title ?>.
So now you have a different bug in your code which is preventing
anything from being displayed. However you haven't posted enough code
for us to figure out what that is.
miguel
--
Photos from 40 countries on 5 continents: http://travel.u.nu
Latest photos: Malaysia; Thailand; Singapore; Spain; Morocco
Airports of the world: http://airport.u.nu
Navigation:
[Reply to this message]
|