Difference between revisions of "Learning PHP (3)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "This is the third article about learning PHP. Previous: Learning PHP (2). Next: Learning PHP (4). == include and require == == HTTP headers == Examples: *...")
 
Line 1: Line 1:
This is the third article about learning [[PHP]].
+
This is the third article about learning [[PHP]]. See:  [[Week Three (MGDP2060)]].
  
 
Previous: [[Learning PHP (2)]].  Next:  [[Learning PHP (4)]].
 
Previous: [[Learning PHP (2)]].  Next:  [[Learning PHP (4)]].
Line 5: Line 5:
 
== include and require ==
 
== include and require ==
  
 +
TO DO ...
  
 
== HTTP headers ==
 
== HTTP headers ==
Line 13: Line 14:
 
** User-selected redirection
 
** User-selected redirection
 
** A/B testing redirection
 
** A/B testing redirection
 +
 +
== Branching ==
 +
 +
TO DO ...
 +
 +
== Looping ==
 +
 +
TO DO ...

Revision as of 08:34, 9 September 2015

This is the third article about learning PHP. See: Week Three (MGDP2060).

Previous: Learning PHP (2). Next: Learning PHP (4).

include and require

TO DO ...

HTTP headers

Examples:

  • Redirection
    • User-selected redirection
    • A/B testing redirection

Branching

TO DO ...

Looping

TO DO ...