Chap 1: page33
Hi, :)
The following source code is listed from page33 of the Book - "Beginning PHP5,Apache,MySQL Web Development" by E. Naramore,J. Gerner,Stolz,M.Glass,Yann Le(Wrox Publication).
<HTML>
<HEAD>
<TITLE>MY FIRST PHP PROGRAM</TITLE>
</HEAD>
<BODY>
<?PHP
ECHO "I'M A LUMBERJACK.";
?>
</BODY>
</HTML>
The above program when run in my Firefox browser shows no output.Only a title "My First PHP Program" is appearing in the title bar.
I have WAMP5(latest) installed.But my MySQL is not installed/working properly.
What to do to see the correct output?
Are there errors in these code above?
Kindly Help me as I am new to this programming language.
Any help would be appreciated.
Thanks.
|