<html> <body> <?php function bighello() { print "<h1>HELLO!</h1>"; } bighello(); ?> </body> </html>
OUTPUT
No comments:
Post a Comment