Variables allow you to store data values in memory and are very easy to create.
Posts Tagged ‘variables’
PHP Basics: GET variable
May 8th, 2010
phpmoz Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.
PHP Basics: Arrays
March 30th, 2010
phpmoz 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 For Dummies – Php Tutorial 4
February 16th, 2010
phpmoz Welcome to the 4th tutorial from the series of tutorials "Php For Dummies". As always, this tutorialwill help you to learn php. In this tutorial we learn about the if and else statements. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
Php For Dummies – Php Tutorial 5
February 14th, 2010
phpmoz Welcome to the 5th tutorial from the series of tutorials "Php For Dummies". As always, this tutorialwill help you to learn php. In this tutorial you will learn about how a simple login system works. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
Php For Dummies – Php Tutorial 3
February 8th, 2010
phpmoz Welcome to the 3rd tutorial from the series of tutorials “Php For Dummies”. As always, this tutorialwill help you to learn php. In this tutorial we learn about the transferation of data from page to page using two different methods. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
Php For Dummies – Php Tutorial 8
January 29th, 2010
phpmoz Welcome to the 8th tutorial from the series of tutorials “Php For Dummies”. As always, this tutorialwill help you to learn php. In this tutorial you will learn about arrayz, and how they can be used to save a lot of time. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
The PHP Tutorial – part 2 – variables, names, include
December 30th, 2009
phpmoz 1. introduction to variables in php; 2. number and string variables 3. variable naming 4. splitting php into logic and layout 5. include statement tutorial playlist: www.youtube.com

Posted in
Tags:


Part 4 – PHP programming – Functions, Functions, Functions
Another step down the path of learning PHP programming. In this section we delve into PHP functions. What are they? How do we use them? How do we create our own functions? Enjoy!