Re: Problem with php on vista home preminum

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Hi, have a big trouble on vista home premium and php 5: PHP does not parse 
> my files, neither in apache neither in CLI.
> 
> if i write "php.exe phpinfo.php" php returns me
> <?
>     phpinfo();
> ?>
> 
> I've goggled all internet and found nothing. Any idea?
>
> thanks,
> Rossend. 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

Try using long tags in the file. i.e.

<?php

phpinfo();

?>

Short tags are off by default and this is why they shouldn't be used in
production.

--
Niel Archer



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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux