Dear Nathan,
                 The "short_tags" is sure off but when I changed the scripts, 
they're still being output to the browser. 
 
These are the lines I added to the modules section:
#LoadModule php5_module c:/php5/php5apache2.dll#AddType application/x-httpd-php 
.php#PHPIniDir "c:/php5"
 
I added these lines to the DirectoryIndex:
DirectoryIndex index.html index.html.var index.php
 
Lucson> Date: Mon, 19 Jan 2009 22:49:01 +0000> From: nrix...@gmail.com> To: 
lucsonpie...@hotmail.com> CC: php-general@lists.php.net> Subject: Re: 
Installation problems on Vista> > lucson pierre-charles wrote:> > I am having 
problems installing the zip package (PHP5) on Windows Vista. The output will 
not come on the browser upon testing. Only the code is being output to the 
browser. Apache (Apache 2) was properly installed. Your assistance please. 
Regards, Lucson> > check the php.ini setting for "short_tags" - quite sure it 
will be off > and that you are using short tags in your php scripts "<?" rather 
than > "<?php" - either change the ini setting to off or change you're scripts 
> to use "<?php" instead.> > should fix it :)

Reply via email to