Writing Functions In PHP – Default Values

Monie on March 2nd, 2010 in Tutorials
writing-simple-function-in-php

Thewebsqueeze blog post: This final tutorial in the series called “Writing Functions In PHP” explains what a default value is and what it can do. We encourage you to read the prior tutorials in this series by clicking the links in the “Related Post” section below.

Continue reading...

Writing Functions In PHP – Global Variable

Monie on February 23rd, 2010 in Tutorials
writing-simple-function-in-php

Thewebsqueeze blog post: In the last couple of tutorials, we’ve been looking at how to get values into a function and return back values back out of the function. We can get the same end result by using Global Variable.

Continue reading...

Writing Functions In PHP – Return Values

Monie on February 17th, 2010 in Tutorials
writing-simple-function-in-php

Thewebsqueeze blog post: In the last two tutorial series, we’ve been looking at functions. In this tutorial, we are going to look into a specific aspect of function, where function can return a value back out of them.

Continue reading...

Writing Functions In PHP – Flexibility

Monie on February 10th, 2010 in Tutorials
writing-simple-function-in-php

Thewebsqueeze blog post: This beginner tutorial explains how to write a simple php function that has flexibility.

Continue reading...

Writing Functions In PHP – Introduction

Monie on February 3rd, 2010 in Tutorials
writing-simple-function-in-php

Thewebsqueeze blog post: This beginner PHP tutorials will teach you how to define functions, how to call functions, how to pass some simple arguments into a function and how to develop a function that can be reusable. This is the first tutorial in a series!

Continue reading...
Page 1 of 11