Tutorials by developertutorials.com
In this lesson we are going to make a very simple hitcounter.
October 4,
2007
Today Views:
1 Total Views:
1,196
The type of control structure we're going to discuss is the 'foreach' loop. The 'foreach' loop allows you to iterate over each value of an array. The 'foreach' loop has two syntaxes, one for arrays you might have initialized, and one more ...
October 3,
2007
Today Views:
1 Total Views:
1,014
This little script will show you how to add a custom text to an image loaded onto your page.
October 2,
2007
Today Views:
1 Total Views:
735
When developing PHP-driven websites its often very useful to know how long your pages took to process. This not only gives you some idea of the efficiency of your websites and of the server running them, but may help you diagnose problems, benchmark code corrections/additions, etc.
October 1,
2007
Today Views:
1 Total Views:
1,027
Your HTML files can work as PHP scripts.
September 28,
2007
Today Views:
1 Total Views:
1,048
PHP can be used for a lot of different things, and is one of the most powerful scripting languages available on the web.
September 27,
2007
Today Views:
1 Total Views:
837
Most interactive websites nowadays require data to be presented dynamically and interactively based on input from the user. For example, a customer may need to log into a retail website to check his purchasing history.
September 26,
2007
Today Views:
2 Total Views:
1,001
By handling mime-types and using browser detection, CodeHelp has already shown how to export XML using a PHP script. PHP can also receive XML as input - using the XML parser...
September 25,
2007
Today Views:
1 Total Views:
1,057
A few days ago, a user came into #phphelp on UnderNet wanting to know how to insert an array into a database. A simple enough concept, but how exactly does one look up information on the subject?
September 24,
2007
Today Views:
1 Total Views:
1,023
Creating a PHP loop to go through a certain part of code to gather more information than just a single part of data is essential to many programmers.
September 21,
2007
Today Views:
1 Total Views:
1,131









