Cazpa.com PHP Developer & Website Designer

1Jun/1025

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!

8May/109

PHP Basics: Multi-dimentional Arrays

Expanding on arrays, but, well...multi-dimentional! Basically meaning you can add an array inside an array.

2Apr/109

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.

31Mar/1020

PHP Basics: Echo Function

The echo function lets you output to a page. An almost vital function that you need to know!

9Mar/109

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.

7Mar/1012

PHP Basics: IF statement

The IF statement is used to run code depending on a condition being true or false.

5Mar/1011

PHP Basics: Advanced function

Not the trickiest example function, however this will teach you how to output a value created from within the function.

23Feb/1019

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!

13Feb/1013

PHP Basics: Variables

Variables allow you to store data values in memory and are very easy to create.

18Jan/1025

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....

Powered by WordPress Lab