This program reads quotes from a text file, and then prints one randomly each time a page is loaded.
PHP Snippets
Every PHP developer needs a good and reliable collection of code snippets. In this category, you will find 900+ copy and paste code snippets that will help in your next PHP project.
This is a little file filter that you can use for your file management projects.
SPGM is a simple PHP script that displays picture galleries on the web It is intended to provide a very straightforward way to set up online photo albums create directories
This nice script do following Upload to server up to JPG pictures Rename files with given index Create SWF images from uploaded pictures Create JPG thumbnails Create SWF thumbnails Script
Embed Flash swf’s in php using a function call from another php file
This is a PHP class that simulates the fortune program.
It prints out a random epigram from a cookie fortune file.
This converts PostgresSQL date timestamps to something PHP can work with The time part was giing me trouble it was way off so I left it out The function still
Upload image file into mysql.
This is a backup script for MySQL using the mysqldump command It was designed to be used with crontab to automate a database backup It can be configured to switch
A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP You don’t need to