Saturday, October 26, 2013

PHP Hellow world Programme

PHP Hello world script

PHP is embedded in HTML. That means that in amongst your normal HTML.

<html> 
<head> 

<title>Hello World</title> 

<body> 

<?php echo "Hello, World!";?> 

</body> 
</html>

0 comments:

Post a Comment