Advertisment
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...
This tutorial will help explain how to filter out bad words in your forum, comments, or blog.
This tutorial will help you add random content to your site using the rand function in PHP. It is perfect for beginner's to understand.
In this series of tutorials we are going to go through the development of a complete (yet very basic) community system. The final community will...
How to combine several RSS feeds into one with SimplePie.
In this tutorial I will show you how to display data from a MySQL database on a web page using PHP. This is part two in our MySQL database...
A situation may come up when you want to redirect a user depending on what browser they are using. Here is a simple PHP tutorial that will teach...
PHP, coupled with Apache rewriting, lets watermark 'on the fly' and transparently, without modifying the original image.
In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
In this tutorial I will show you how to create a simple virtual postcard sender script with your own images.
Views: 814 | | by Marry
PHP - Postcards
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to...
In this tutorial you will be shown how to create a class based word cloud / tag cloud using PHP. This is because it will be more convenient for...
Learn how PHP can be used to gather and store links from web pages. This tutorial covers how to fetch a page's content using cURL, parse the...
A simple step by step lesson on how to create a Facebook application using PHP. This tutorial walks you through registering your application,...
Using PHP and CSS in this combination is slightly different from the traditional approach, which uses JavaScript to dynamically alter CSS styles....