Problem in php settings - <? does not execute
Posted: Tue Nov 11, 2008 3:35 am
There is a problem with a client's hosting provider which I am on. They have setup a server, installed php but some settings they have used stop my scripts from executing.
When I do
<? echo("test"); ?> does not work, it prints the source code in html
but
<?php echo("test"); ?> works.
Does anyone know what setting they need to change in their php.ini?
They are using PHP Version 5.2.6 and Windows.
I also noticed expose_php in the ini is On.
When I do
<? echo("test"); ?> does not work, it prints the source code in html
but
<?php echo("test"); ?> works.
Does anyone know what setting they need to change in their php.ini?
They are using PHP Version 5.2.6 and Windows.
I also noticed expose_php in the ini is On.