Advertisment
This article will guide you through step-by-step to learn how to upload and manage files using PHP. All code provided as well.
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...
A simple tutorial in which you will learn how to create a random string of a specified length.
In this tutorial I will teach you how using dreamweaver you can create a site search.
Views: 818 | | by Adam
PHP - Searching
You have seen html form whose send e-mails based on content entered in the form and now you want the same form on your web site. Ok, no problem.
This tutorial will show you how to display Apache PHP configuration.
This tutorial will show you how to work with arrays in PHP.
Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in...
while() loops are the simplest type of loop in PHP. They behave just like their C counterparts.
This tutorial will show you how to send header to the browser with PHP.
This tutorial will show you how to use MySQL querys to database in your PHP scripts.
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.
This tutorial will show you how to randomly display one of the banners stored in a database. The number of times each banner has been displayed is...
This tutorial shows you how to count the number of visitors on your site using php.
Views: 844 | | by Jason
PHP - Counters
In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.
Learn how to create a random affiliate script using php and dreamweaver.
A Simple PHP and AJAX form processing using prototype js library. Full Sources code included for download.
In this tutorial I will show you all loops in PHP and their usage with code examples.