|
Posted by Geoff Berrow on 01/19/07 18:05
Message-ID: <1169226313.422926.222890@51g2000cwl.googlegroups.com> from
murrayatuptowngallery@yahoo.com contained the following:
>So, after I saw the 'Hello World' message appear, I did View Source and
>>thought< I saw code....I won't put money on it being the php part, but I now of course realizee there HAS to be some sort of markup language output for the browser to react to.
Only if you put it there.
<?php
echo "Hello world";
?>
should only output
Hello world
when you view source.
Why not post a link to your test page?
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|