Difference between revisions of "PHP Basics"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created Hello world.)
 
Line 1: Line 1:
 +
{{Need_Expanding}}
 
== Creating a Hello World in PHP ==
 
== Creating a Hello World in PHP ==
 
<syntaxhighlight lang="php" line>
 
<syntaxhighlight lang="php" line>

Revision as of 22:40, 16 December 2016

This section needs expansion.
You can help by adding to it.

Creating a Hello World in PHP

1 echo "hello world";
2 //Output:
3 //hello world