A fast guestbook script which uses a mysql backend to store its entries. It comes with a complete admin script which allows the administrator to add, edit and delete entries.
Mp3Jukebox for streaming Tracks. On start, it registers available Mp3s including ID3v1-Tags like artist, song, album, year and comment (Winamp Extensions). Displays also current Play & Streamtime. MP3ToFlash requires PHP 4 and FlashMX-Player.
Dropdown Menu with Selection in TextArea via MySql Data
The following is a script designed to allow the user to populate a Dropdown Menu with MySql Data. The choice will then prompt a display of corresponding data in a Textarea below.
Hope it help you.
A simple weblog script. Entries and comments are saved in text files (no database required).
Features:
* BB-Codes
* Smilies
* Images uploadable
* E-mail notification when added new comment.
* RSS-Feed
This ubb parser is about 10 times faster than ordinary preg_replace/eregi_replace ubb parser.
This parser builds a tree of input text, therefore enabeling it to correct mispellings and unclosed tags.
The script at the moment supports the most common UBB tags, which should be enough, but is also easily extendable to your wishes.
UPDATE:
* [14/02/2004]: Fixed the problem with [php] tags where
* for all array-indexes an closing tag was added.:
* ie: [php]$a[0] = 0;[/php] resulted in
* $a[0] = 0; [/0]?>
QuickDB is a database abstraction class that helps PHP developers to move from database engine to another with no more need to rewrite their codes. QuickDB will sits between a PHP scripts and PHP Database API. Until now there are 3 drivers for QuickDB, these driver support MySQL, MsSQL and ODBC.