php codes does'nt work

ben29

Verified User
Joined
Jul 20, 2006
Messages
508
Location
Israel
hi everybody
i install PHP 5.2.6 and Apache 2.2.10
and i got problem
when i do some code on php
for expmple:
PHP:
<?
echo "DA-supoort":
?>
it''s just print a blank page
in phpinfo==>error_reporting
i got this problem
PHP:
error_reporting:6143
thanks alot
 
Set error_reporting to E_ALL & ~E_NOTICE in php.ini, or try "./build rewrite_confs".
 
short_open_tag needs to be on if you want to use "<?".
 
Maybe he doesnt have php enabled for the domain?
 
Back
Top