Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Basic Syntax

<!DOCTYPE html>
<html>
<body>

<h1>Developer News</h1>

<?php echo "The Best PHP Examples"; ?>

</body>
</html>



The output of that would be:

Developer News

The Best PHP Examples
Source by www.freecodecamp.org #
 
PREVIOUS NEXT
Tagged: #Basic #Syntax
ADD COMMENT
Topic
Name
8+4 =