PHP Functions, Keywords are not case-sensitive


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

My Instagram