PHP Tutorial

Creating your own PHP functions

A function in its simplest form is a set of instructions. Learn the basics in this tutorial.
Basics » zymic.com
Score(+): 2 | Views: 219 | Save it | Report it


Top 20 Similar PHP Tutorials

Creating User Functions

Learn How To Create User Functions
Functions and OOP » dev.fyicenter.com
Score(+): 2 | Views: 215 | Similar Tuts | Save it | View this tutorial

PHP Script Tips - Creating Your Own Functions

This tutorial is going to help you about Creating Your Own Functions
Functions and OOP » dev.fyicenter.com
Score(+): 3 | Views: 185 | Similar Tuts | Save it | View this tutorial

PHP ODBC Functions

This tutorial is about Managing Tables and Data Rows
Database » dba.fyicenter.com
Score(+): 2 | Views: 137 | Similar Tuts | Save it | View this tutorial

PHP MsSql Functions

A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts
Database » dba.fyicenter.com
Score(+): 2 | Views: 136 | Similar Tuts | Save it | View this tutorial

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 2 | Views: 168 | Similar Tuts | Save it | View this tutorial

Introduction to Functions

Learn how to use PHP functions with this basic guide
Functions and OOP » shadow-fox.net
Score(+): 3 | Views: 168 | Similar Tuts | Save it | View this tutorial

PHP Random Functions

This tutorial is about PHP Random Functions
General » forum.codecall.net
Score(+): 3 | Views: 158 | Similar Tuts | Save it | View this tutorial

Date & Time Functions

In this tutorial you can learn how to use DATE & TIME FUNCTIONS
Date and Time » biorust.com
Score(+): 2 | Views: 202 | Similar Tuts | Save it | View this tutorial

Getting Started with Array Functions

Arrays can be extremely useful. It's just when someone asks in what instance would you use an array, I end up being quite stumped to give a decent example. The truth is that arrays are used everywhere, from returning information from a database table, or storing models for your code. They come in a few forms: basic arrays or numeric arrays, multidimensional arrays and associate arrays.
Basics » talkphp.com
Score(+): 2 | Views: 137 | Similar Tuts | Save it | View this tutorial

PHP string functions summary

This tutorial is a PHP string functions summary
Functions and OOP » 999tutorials.com
Score(+): 1 | Views: 132 | Similar Tuts | Save it | View this tutorial

Generating XML from a MySQL DB with PHP's DOM Functions Part One

In this tutorial the author will be going through a very simple XSL using the XML data produced from part one
Advanced » talkphp.com
Score(+): 3 | Views: 133 | Similar Tuts | Save it | View this tutorial

Functions with Endless Amounts of Arguments

Sometimes we need to create functions that require an indefinite and variable amount of arguments. Creating a function to cater for these arguments may seem straight-forward; I've seen several people who have created functions with five or so arguments and if they required a sixth argument at any stage during their project's development, they added the sixth argument to the function and carried on as normal.
Basics » talkphp.com
Score(+): 1 | Views: 87 | Similar Tuts | Save it | View this tutorial

Text and Number Management Functions

This tutorial covers various different text manipulation and management functions, many of which are absolutely invaluable for your scripts
Functions and OOP » biorust.com
Score(+): 6 | Views: 184 | Similar Tuts | Save it | View this tutorial

Input - Output String Functions

This tutorial is about Functions that you need to use for your inputing form
Functions and OOP » phpsimple.net
Score(+): 2 | Views: 165 | Similar Tuts | Save it | View this tutorial

Generating XMLXSL from a MySQL DB with PHP's DOM Functions Part Two

This is gonna be (hopefully) part one of two about PHP and XML/XSL.
Advanced » talkphp.com
Score(+): 5 | Views: 130 | Similar Tuts | Save it | View this tutorial

Random Number Generator with PHP Rand, Srand Functions

Learn quick PHP functions which allow for the selection of pseudo-random numbers out of the generator. See how to implement different options based upon the results of the number, and view a table with descriptions and usage examples of the functions involved.
Basics » programmingphp.net
Score(+): 4 | Views: 162 | Similar Tuts | Save it | View this tutorial

Learn String Manipulation Functions in 19 Short Tutorials

Here you can Learn String Manipulation Functions in 19 Short Tutorials
General » dev.fyicenter.com
Score(+): 2 | Views: 136 | Similar Tuts | Save it | View this tutorial

Creating an IRC bot in PHP

Combined Minds presents you the biggest and best PHP -> IRC bot tutorial on the web! This tutorial learns you how to create a very good working IRC bot from scratch!
Advanced » combined-minds.net
Score(+): 2 | Views: 132 | Similar Tuts | Save it | View this tutorial

Creating Calendar in PHP

In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.
Date and Time » phptoys.com
Score(+): 1 | Views: 177 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

Learn how to create all kinds of files using PHP
PHP Files » vipercreations.com
Score(+): 5 | Views: 271 | Similar Tuts | Save it | View this tutorial