Friday, July 18, 2014

php from the begging

This Simple Code php show 
 HTML output of the code.

Example

<!DOCTYPE html>
<html>
<body>


<?php

echo "My first PHP script!";
?>


</body>
</html>

Run example »
Click on the "Run example" button to see how it works.
Filed Under :

0 comments for "php from the begging "

Post a Comment

background