Difference between revisions of "3811 Introduction To PHP"

From Coder Merlin
Line 9: Line 9:
* Using, HTML and php, demonstrate your ability to:
* 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 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
** Create a page with the numbers 1 ... 1000 each 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 each displayed on a new line

References[edit]