Difference between revisions of "3811 Introduction To PHP"

From Coder Merlin
(Created page with "== Prerequisites == == Background == [https://www.w3schools.com/php/ PHP] (w3 Schools) == Introduction == == Topic Headers == == Key Concepts == == Exercises == {{Exercises| *...")
 
Line 7: Line 7:
== Exercises ==
== Exercises ==
{{Exercises|
{{Exercises|
* Using, HTML and php, demonstrate your ability to create a Hello, World! program which displays a php-generated message on a page served from your www directory.
* Using, HTML and php, demonstrate your ability to:
** Create a Hello, World! program which displays a php-generated message on a page served from your www directory.
** Create a page with the numbers 1 ... 1000 displayed on a new line
}}
}}
== References ==
== References ==

Revision as of 07:41, 5 September 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Prerequisites[edit]

Background[edit]

PHP (w3 Schools)

Introduction[edit]

Topic Headers[edit]

Key Concepts[edit]

Exercises[edit]

ExercisesExercisesIcon.png
  • Using, HTML and php, demonstrate your ability to:
    • Create a Hello, World! program which displays a php-generated message on a page served from your www directory.
    • Create a page with the numbers 1 ... 1000 displayed on a new line

References[edit]