Advertisment
The author notes 'The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all...
With this Tutorial you'll learn how to use the PDF extension in PHP4 to create PDF documents. It also puts focus on creating PDF documents...
Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.
Reference counting is one of the hottest new features in PHP 4. It reduces the memory consumption of your PHP applications, improves performance,...
This article talks about a seemingly minor change to the include function and how it has dramatically affected the creation of Web applications,...
This article focuses on the switch from Visual Basic to PHP. Several examples are presented.
Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming...
Learn how to easily display the time and date on your page using php.
Learn how to add a new row to your mySQL using the power of PHP.
This tutorial will show you how to make a script to see who has seen your AOL Instant Messenger profile.
Learn how to make a Browser-Dependent Stylesheets using PHP.
Learn how to make a directory list in PHP.
Learn how to output the time a page takes to load.
Learn how to see if a URL is valid. and still alive or if it's a 404 Not Found
Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus...
A brief over view of loops. Echos out from 0 to 12. Just for beginner's to loops.
This tutorial will show you how to add a terms of service like the one when you register on a forum on your site. So if you are say offering...
The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running...
The term 'server push' generally means that a server pushes content to the browser client. In reality, a browser doesn't allow this...