Le Thu, 11 Dec 2008 19:55:27 +1300, Richard Toohey <[EMAIL PROTECTED]> a C)crit :
> [cut] > > > > Yes a clean install, Apache works fine,, index,html servers up > > across my network... php -i from the command line works,,, a page > > called qw.php with only <? phpinfo(); ?> displays nothing but from > > firefox a show page source shows the <? phpinfo(); ?> as being > > there. also did multiple reboots to make sure. > > > > Bret > > PHP 5, mate, you have got to use long tags > > <?php > > phpinfo(); > > ?> > Or set short_open_tag to On in /etc/php.ini But long tag is cleaner. Julien

