Reading
Add Comment
php Source
<!DOCTYPE html>
<html>
<body>
<?php
ECHO "Hello World!<br>";
echo "Hello World!<br>";
EcHo "Hello World!<br>";
?>
</body>
</html>
Output
Hello World!
Hello World!
Hello World!
0 comments:
Post a Comment