Easy and simple php code

<!Doctype>
<html>
<body>
<?php
echo"hello world"
?>
</body>
</html> 

What you should already know


  • HTML
  • CSS
  • JAVASCRIPT
What is php ?

  • php is an acronym for php hypertext preprocessor,
  • PHP is a widely used open source scripting  language 
  • PHP Scropts are executed on the server 
  • Php  is free to download and use 
<div dir="ltr" style="text-align: left;" trbidi="on">
<i>&lt;!Doctype&gt;</i><br /><i>&lt;html&gt;</i><br />
<i>&lt;body&gt;</i><br />
<i>&lt;?php</i><br />
<i>echo"hello world"</i><br />
<i>?&gt;</i><br />
<i>&lt;/body&gt;</i><br />
<i>&lt;/html&gt;&nbsp;</i><br />
<!Doctype>
<html>
<body>
<?php
echo"hello world"
?>
</body>
</html> 
<br />
<u><i><b>What you should already know</b></i></u><br />
<br />
<br />
<ul style="text-align: left;">
<li>HTML</li>
<li>CSS</li>
<li>JAVASCRIPT</li>
</ul>
What is php ?<br />
<br />
<ul style="text-align: left;">
<li>php is an acronym for php hypertext preprocessor,</li>
<li>PHP is a widely used open source scripting &nbsp;language&nbsp;</li>
<li>PHP Scropts are executed on the server&nbsp;</li>
<li>Php &nbsp;is free to download and use&nbsp;</li>
</ul>
<br />
<br />
<br /></div>




Comments

Popular posts from this blog

css animation easy code