Difference between revisions of "Week Five (MGDP2060)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This article lists topics for '''Week Five''' of [[Web Design and Development III (MGDP2060)]]. | This article lists topics for '''Week Five''' of [[Web Design and Development III (MGDP2060)]]. | ||
+ | |||
+ | Previous: [[Week Four (MGDP2060)]] - Next: [[Week Six (MGDP2060)]] | ||
+ | |||
+ | == Topics == | ||
+ | |||
+ | === Client-server model === | ||
+ | |||
+ | * [[Client-server model]] | ||
+ | * [[Client (computing)]] | ||
+ | ** [[Client-side]] | ||
+ | ** [[Request (computing)]] | ||
+ | * [[Server (computing)]] | ||
+ | ** [[Server-side]] | ||
+ | ** [[Response (computing)]] | ||
+ | |||
+ | === PHP === | ||
+ | |||
+ | * [[Introduction to PHP]] | ||
+ | * [[PHP file]] | ||
+ | * [[PHP code island]] | ||
+ | * [[PHP text generation]] | ||
+ | * [[PHP variable]] | ||
+ | * [[PHP assignment operator]] | ||
+ | * [[PHP comment]] | ||
+ | * [[Web forms and PHP]] | ||
+ | ** [[Form (HTML element)]] | ||
+ | * [[PHP include]] | ||
+ | |||
+ | === Further reading === | ||
+ | |||
+ | * [[Web application]] | ||
== Exercises == | == Exercises == | ||
− | See [[Week | + | See [[Week Five Exercises (MGDP2060)]]. |
[[Category:Web Design and Development III (MGDP2060)]] | [[Category:Web Design and Development III (MGDP2060)]] |
Latest revision as of 11:21, 8 December 2016
This article lists topics for Week Five of Web Design and Development III (MGDP2060).
Previous: Week Four (MGDP2060) - Next: Week Six (MGDP2060)
Topics
Client-server model
PHP
- Introduction to PHP
- PHP file
- PHP code island
- PHP text generation
- PHP variable
- PHP assignment operator
- PHP comment
- Web forms and PHP
- PHP include