Posts Tagged ‘variables’

PHP Basics: Variables

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

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: 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!

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!

Php For Dummies – Php Tutorial 4

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 3

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

The PHP Tutorial – part 2 – variables, names, include

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

PHP Tutorial // Variables, If and Else If

PHP Tutorial