Re: Please Help Me - PHP Installation
- From: "Jim Carlock" <anonymous@xxxxxxxxx>
- Date: Thu, 30 Aug 2007 18:59:39 -0400
<joey.powell@xxxxxxxxxxxx> 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/
.
- References:
- Please Help Me - PHP Installation
- From: joey . powell
- Please Help Me - PHP Installation
- Prev by Date: Please Help Me - PHP Installation
- Next by Date: Re: [OT] Re: PHP and .NET
- Previous by thread: Please Help Me - PHP Installation
- Index(es):
Relevant Pages
|