Advertisment
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...
Whois services changed radically this year with the introduction of competition at the registrar level in the .com/.net/.org namespace and with it...
This example shows how to create a database to store the latest news items, add your news stories via a form, and display the 10 latest news items...
This is part two in a series on creating a news system with PHP. This second installment will expand on our simple news system that only used a...
Take this crash course on PHP, and see how it could be a smart alternative to using CGI to add interactivity to your site.
This beginners example shows how to display a random image on a web page from an entry in a text file.
Views: 1006 | | by Donald
PHP - Randomizing
This shows how to generate random passwords, these could be added to more complex scripts to create a login system.
Views: 1028 | | by Donald
PHP - Randomizing
This script uses a MySQL database and PHP to produce random images and associated hyperlinks. Great for producing random 88x31 buttons.
Step by step tutorial on how to display random quotes on your web page. This can also be used for displaying macromedia flash files as well.
Views: 1067 | | by Tutorial
PHP - Randomizing
In this tutorial you will learn how to generate random numbers using PHP. It illustrates three helpful examples that uses random numbers:...
This short tutorial shows you how to redirect UserAgents with PHP and still getting indexed by Google!
Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.
For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.
The Qt toolkit is a widely-used cross-platform GUI toolkit, available for Windows, Linux, Mac OSX, and handheld platforms. QT has a...
This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving...