Browse by Topics

We found the following articles with the category of PHP Tutorials.

Using Strings In PHP

Tutorial on how to use strings. Explains how different functions work with strings, as well as how to manipulate strings in general. ... more

Using Strings In PHP strstr

Mini Tutorial explaining how the strstr function works in PHP. ... more

Using Strings In PHP strpos

Mini Tutorial explaining how the strpos function works in PHP. ... more

Using Strings In PHP stripslashes

Mini Tutorial explaining how the stripslashes function works in PHP. ... more

Using Strings In PHP addslashes

Mini Tutorial explaining how the addslashes function works in PHP. ... more

Explaining Variables In PHP

Tutorial describing the differences between the different types of variables that can be used in PHP. ... more

How PHP Works

Explains how PHP actually works on the server side. ... more

Using Variables In PHP

Tutorial on how to create and use variables in PHP. Uses the Hello World example again. ... more

PHP Getting Started

Introduction for using PHP. Explains how to use the open and closing tags, as well as gives the Hello World! example. ... more

PHP Where it all began

A little history lesson on where PHP originated from and why. This article gives a good glimpse at what it has done and what it can do. ... more