Active Articles: 2038
Total Categories: 16
Sub Categories:616
Getting started with PHP Programming | ||||||||
This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change ... learn more
| ||||||||
| ||||||||
Brief Introduction to PHP | ||||||||
A brief introduction to PHP that explains the basics of PHP programming. ... learn more
| ||||||||
| ||||||||
Bloo Grape | ||||||||
Learn PHP from basics, to advanced tutorials, some script for download! Email at hand incase you need that extra help! ... learn more
| ||||||||
| ||||||||
Conditional Statements in PHP | ||||||||
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements. ... learn more
| ||||||||
| ||||||||
Welcome to PHP | ||||||||
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation. ... learn more
| ||||||||
| ||||||||
Finding Items in an Array with PHP | ||||||||
This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not. This can ... learn more
| ||||||||
| ||||||||
PHP: Functions | ||||||||
A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences. ... learn more
| ||||||||
| ||||||||
PHP Arrays | ||||||||
Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more useful data types available to any programming language. This article describes the basics to create and make operations with indexed, associative, and multidimensional arrays. ... learn more
| ||||||||
| ||||||||
Playing with Numbers in PHP | ||||||||
This is a very simple tutorial that outlines the four main mathematical functions and how to use them. Clearly written with the ability to ask questions afterwards. ... learn more
| ||||||||
| ||||||||
PHP Array: Lesson Part 1 | ||||||||
Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications. ... learn more
| ||||||||
| ||||||||
PHP loops | ||||||||
In this tutorial I will show you all loops in PHP and their usage with code examples. ... learn more
| ||||||||
| ||||||||
Ben's PHP Tutorial | ||||||||
A set of online tutorials on PHP development. Topics include: History, Installation, Variables, Math, Control Structures, Objects and Classes, Functions, Arrays, I/O file access, PHP / MySQL database, Forms and regular expressions. Each subsection includes a short example code. ... learn more
| ||||||||
| ||||||||
