php codes does'nt work

ben29

Verified User
Joined
Jul 20, 2006
Messages
401
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".
 
Back
Top