Help - Beginning PHP6 Apache MySQL Web Development
I've finished configuring Apache Apache, PHP and MySQL. But when I try to run first program, the browsers show as follows:
<html> <head> <title> My First PHP Program </ title> </ head> <body> <? Php echo "I'ma lumberjack.";? > </ Body> </ html>
Could someone explain this error to me? How to correct?
Last edited by phongtv28; June 22nd, 2009 at 02:23 AM..
|