Easy and simple php code
<!Doctype>
<html>
<body>
<?php
echo"hello world"
?>
</body>
</html>
What you should already know
<html>
<body>
<?php
echo"hello world"
?>
</body>
</html>
What you should already know
- HTML
- CSS
- JAVASCRIPT
- 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><!Doctype></i><br /><i><html></i><br />
<i><body></i><br />
<i><?php</i><br />
<i>echo"hello world"</i><br />
<i>?></i><br />
<i></body></i><br />
<i></html> </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 language </li>
<li>PHP Scropts are executed on the server </li>
<li>Php is free to download and use </li>
</ul>
<br />
<br />
<br /></div>
Comments