PHP and MYSQL – Connecting to a Database and Adding Data
Whats coverd: -What is MYSQL -phpmyadmin -getting data from a database with php -displaying that data on a page -insert data using a form --source code comming soon!
PHP Basics: Multi-dimentional Arrays
Expanding on arrays, but, well...multi-dimentional! Basically meaning you can add an array inside an array.
PHP Basics: GET variable
Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.
PHP Basics: Echo Function
The echo function lets you output to a page. An almost vital function that you need to know!
PHP Basics: Loops – While statement
The While statement acts as a loop, checking a condition at the start and executing a following block of code if that condition is met.
PHP Basics: IF statement
The IF statement is used to run code depending on a condition being true or false.
PHP Basics: Advanced function
Not the trickiest example function, however this will teach you how to output a value created from within the function.
PHP Basics: Arrays
Arrays allow you to store a number of data values inside one variables, which makes it easier to read, quicker to assign and easier to access each element!
PHP Basics: Variables
Variables allow you to store data values in memory and are very easy to create.
JavaScript Tutorial 1.2: Variables
In this installment, I'll be covering JavaScript variables and how they're used, as well as going back and making sure you've got a thorough understanding of strings and their proper syntax. I apologize for the plethora (I think there are two, actually...) of grammatical mistakes that take place throughout (just one "page," actually...) the course of this tutorial. Bloody YouTube cuts off the last second of the video so the "red to white and back" effect doesn't deliver on its last promise....

