|
RedShift Easy Install Random Quotes
|
Other links at PHP > Scripts and Programs > Quote Display |
| 1. |
Random Quotation
|
|
|
Place a random quotation on any PHP parsed page of your website. Allows you to choose the font face, size, colour and decoration. Includes a password protected admin area to allow you to add, view, edit and delete quotations. Quotations are stored in a single MySQL table.
|
| 2. |
Quote Randomizer - PHP - Using Flat File
|
|
|
Here is yet another Random Quote Generator written in PHP. This script allows you to pull the quotes from a flat file (text file). The flat file makes maintenance a lot easier. If you want to add/remove/update quotes, you only have to open the quotes file. You do not have to manipulate the script. I further improved it by putting the HTML output into a function. This allows you to add your HTML to a script other than the one that does the work of picking the quote. Once the quote has been picked by the random generator, it is pushed into the function which then outputs the HTML.
|
| 3. |
Webfroot Mood-o-Meter
|
|
|
Mood-o-Meter is a fun and easy way to express yourself online. Using a combination of PHP and MySQL, you can set up multiple users to have their own mood-o-meter account. Uses an truly easy template system. You can see an live example including admin area at our site. Easy to implement php class.
|
| 4. |
Citagen
|
|
|
Add random quotes to your homepage by only inserting a short PHP-Tag in your normal HTML. No database needed. Hundreds of quotes included.
|
| 5. |
Fortune World
|
|
|
The Fortune World project consists of 4 small programs. The first is a utility for converting fortune files to MySQL databases. The second one is a TCP server which runs on port 7799 and returns a random fortune from a MySQL database. The third one is a PHP script that can read from both a MySQL database and the server. The last one is a Unix command line client.
|
|
|