| Home : Web : PHP |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
|
A modular approach to page design can save time in developing and maintaining a web site. A page template may be created and the different components of the page plugged in where appropriate. No tools other than a text editor are required.
Updated: 07/16/2006
|
|
|
Ever wondered how to improve your code's execution time? Daryl reveals some of his secrets and shows us how to do just that.My job requires that I write Web applications that do some pretty hefty lifting, often over slowish connections
Updated: 07/16/2006
|
|
|
Learn how to efficiently access database information using Data Access Objects (DAO) with PHP. Oto shows us how easy database manipulation can be, as well as how much time can be saved.
Updated: 07/16/2006
|
|
|
Learn how to setup, install and configure Apache and PHP on a Linux box to execute MS SQL stored procedures. This extensive article takes you through an in-depth look on how to achieve your ideal environment.
Updated: 07/16/2006
|
|
|
Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP.
As a PHP programmer I had run into a problem where a client needed a form to upload more than one file at a time. So one night I sat down and spent an hour figuring out the best and easiest way to do this. In this tutorial, the for loop is going to be your best friend.
Updated: 07/16/2006
|
|
|
In this article, Naeem shows us how to go about creating a statistical view of data, in the form of a clustered bar chart, using PHP and MySQL. He provides a real-life scenario, along with accompanying code, to demonstrate how the job can be accomplished.
Updated: 07/16/2006
|
|
|
We can find many articles related to uploading, viewing, and downloading files. Murali's latest article is written on the basic concept of uploading and managing files, and shows us how to create a magic with a little PHP and MySQL. Learn how to properly manage duplicate files through versioning.
Updated: 07/16/2006
|
|
|
In his last article, Matthew showed us how to successfully install and configure WAMP (Windows, Apache, MySQL and PHP) to setup a development environment. In this next piece, learn how to make use of the Apache and PHP configuration files to further enhance your server needs.
Updated: 07/16/2006
|
|
|
Making usage statistics on a web site is one of the most enjoyable things for me on the Internet. Thanks to the technology, you can see each click of each visitor, the date of the visiting, and how many seconds the user was reading your site. I use this feature to track which of my articles was read for the longest time. In this article I will show you how to store the statistics in a MySQL database, show the web stats in an HTML table and make figures based on the stats using the GD library
Updated: 07/16/2006
|
|
|
In this tutorial you will learn about PHP - Introduction to PHP, What you should already know? What’s PHP? What’s the difference between PHP and HTML? When to use PHP? What makes PHP a choice among the other scripting languages?
Updated: 05/24/2006
|
|
|