PHP Program how to use the print


php source

<!DOCTYPE html>
<html>
<body>

<?php
print "<h2>PHP is Fun!</h2>";
print "Hello world!<br>";
print "I'm about to learn PHP!";
?>
  

</body>
</html>

output

PHP is Fun!

Hello world!
I'm about to learn PHP!

0 comments:

Post a Comment

My Instagram