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 :)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to