[NTLUG:Discuss] php and apache question

Jack Snodgrass jack at jacksnodgrass.com
Thu Dec 11 14:27:52 CST 2003


I've run into an issue that I haven't seen before. Maybe someone else
has seen this. 
I have an apache server with php on it.  

<?php
phpinfo();
?>
works... but 
<?
phpinfo();
?>
just sends the plain text 
<?
phpinfo();
?>
to the user. 

Other servers I have work with just 
<?
?>
this one that is causing me greif wants
<?php
?>

anyone know why? 

jack




More information about the Discuss mailing list