Advertisment
Get used to the basics of PHP and using forms.
Learn some basic to intermediate PHP skills using this tutorial, well written and lots of information. Everyone can benefit from this tutorial!
In programming it is often required to repeat a block of code for a given number of times or until a certain condition is not true. For this, we...
PHP, which stands for 'Hypertext Preprocessor', is a server-side scripting language used for creating HTML embedded dynamic Web pages....
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch...
This tutorial will detail how to use the echo function to create the traditional hello world script. This tutorial also explains that PHP works...
This tutorial will detail how to use all different types of variables in PHP.
This tutorial will explain exactly what variables in variables are and how you can use them.
In this tutorial I will show you all loops in PHP and their usage with code examples.
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
A detailed description how to use PHP strings and basic string manipulation functions.
PHP contains a various statement types Control structures allow us to manage script to do or not to do anything. When you use do while control...
The article gives a brief introduction to PHP. What it is, how ti works and what it is for?
Answers the most fundamental questions of learning PHP including possible uses, how to write code, and what the requirements are.
This tutorial will teach you the basics of how to show content and use variables with PHP. It will explain the difference between single and double...
This tutorial will teach the basics of using conditional statements to show information. It will explain boolean variables and how to write an if...
This tutorial will teach the basics behind PHP loops and arrays of variables. The loops covered are while loops and for loops.
This tutorial will show you how to send e-mail from PHP using PHP's built in mail function.
This tutorial will finally introduce you to the usefulness of PHP on your website. It will let the user fill out forms which will then produce...
This is the final tutorial in the seven step guide to learning PHP. This tutorial will actually produce a fully functional and useful 'Contact...