Posts Tagged ‘basics’
PHP Tutorial 2 – Variables, Constants and Comments
Language: PHP
Assumed knowledge: HTML, CSS
Software required: PHP, MySQL and Apache
Topics covered: Variables, constants, comments and mixing variables with strings.
Duration : 0:9:42
PHP Basics: Arrays
Arrays allow you to store a number of data values inside one variables, which makes it easier to read, quicker to ign and easier to access each element!
Duration : 0:8:45
PHP Basics: Multi-dimentional Arrays
Expanding on arrays, but, well…multi-dimentional! Basically meaning you can add an array inside an array.
Duration : 0:6:33
PHP Tutorial 1 – The Basics
Language: PHP
Assumed knowledge: HTML, CSS
Software required: PHP, MySQL and Apache
Topics covered: Background information, basic syntax, data types, printing text and escaping characters
Duration : 0:8:38
PHP Basics: serverside programming languages
Learn the difference between a server-side programming language vs. a client-side programming language. Understanding this difference will make learning PHP much easier.
Stefan
Duration : 0:6:54
PHP Basics: Advanced function
Not the trickiest example function, however this will teach you how to output a value created from within the function.
Duration : 0:7:18