- 1,233 categories
- 40,623 scripts
Updated: 12/21/2004
- This is a simple class that can be used to create ads that rotate according to a random order.
The class takes an array of image files name strings as parameter but it could also be HTML tags for rich media ads.
Then it shuffles the numbers assigned to each ad array position in a way that the shuffled array does not contain repeated ad numbers.
It displays randomized images from a group of specified images, without repetition.
Finally the class can return a new array of ads sorted by order determined by the shuffled ad numbers array. The returned array can be used to display one or more ads in the same page.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages a...
- PHPXref is a Perl script to make working with the source code of a large PHP site somewhat easier. It allows you to: Cross references classes, interfaces, functions, variables, constants and database tables defined and used across your various PHP fi...
- GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web. Cgicc performs the following
functions: Parses both GET and POST form data transparently; Provides string, integer, flo...
- VH Layout allows you to write your dynamic website completely in PHP3 without worrying about the HTML tags. The design of VH Layout Class was inspired by the Perl package HTMLTablelayout. It comes with complete documentation and examples.
- HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass...