Posted by Jim Carlock on 08/30/07 22:59
<joey.powell@topscene.com> wrote...
: I am trying to get PHP working on a Windows Vista Ultimate box
: running IIS 7...
:
: I have a very simple webpage with an orange background color and
: some simple text in an <? echo....?> code block.
Use <?php as the start delimiter and ?> as the terminating delimiter.
XML uses "<?" ((X)HTML syntax). So you are better off with "<?php"
as the starting delimiter for PHP. The later versions of PHP use the "<?php"
by default, I just don't know the specifics on which version does what.
--
Jim Carlock
North Carolina Swimming Pool Builders
http://www.aquaticcreationsnc.com/
Navigation:
[Reply to this message]
|