Tuesday 20 March 2012

FUNCTION

<html>
<body>
<?php
 function bighello()
 {
 print "<h1>HELLO!</h1>";
 }
 bighello();
 ?>
</body>
</html>
 
OUTPUT

HELLO!

 
 

No comments:

Post a Comment