Further recent PHP examples
Archive - Originally posted on "The Horse's Mouth" - 2013-04-28 10:59:18 - Graham EllisSome more examples from another recent PHP course (PHP has been "flavour of the month" although I'm moving on to a fair chunk of Python training over the next few weeks as well!
PHP basics:
Conditionals and loops - [here]
Regular and associative arrays - [here]
Application of PHP to web forms:
First use of your own web helper function [here]
and defining that function [here]
Algorithms and slightly more advanced stuff:
Demonstration of caching a resource - [here]
Session logging - [here]