My First PHP Script

Follow the all steps and create your first PHP script:
1. Open a new file in your text editor.
2. Type the following HTML

<HTML>
<HEAD>
<TITLE>My First PHP Script</TITLE>
</HEAD>
<BODY>

3. Type the following PHP code:
<?
echo “<P><em>Hello World! I’m using PHP!</em></P>”;
?>

4. Add some more HTML so that the document is valid:
</BODY>
</HTML>

About the author

Being the CEO and Founder of ClecoTech International, Mr. Ashish Prajapati is dedicated towards his aim of mentoring young startups into a full-fledged businesses. He is helping startups from America, Europe, India, and various other countries through proper guidance and the use of latest technologies to develop their innovation and ideas into definite realities.

Leave a Reply

Your email address will not be published. Required fields are marked *