allows an admin to alter the .htpasswd from a webpage. I was useing apache 1.3 on a Windows 98.
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 function extracts the content from any given tag and returns it as a string or an array if there is more than one occurance of the tag in the
As a programmer you may have faced this problem of setting a cookie and the next page still reading the older value of cookie which is a never a desired
Reads EPS-image information of all images in a folder Delivers width height resolution rounded and decides if EPS is CMYK or other color format This is my first version trying
A graphic hit counter that uses the GD Lib to Merge a background with the number images
The user is checking out They fill in the form with their name address email state zip etc They choose quot Yes quot to the option quot Remember your info
This class provides methods for add remove update and remove all items from a basket The basket works with a session cookie saving the product ID and quantity in an
function wil convert the first letter of each word in a string to uppercase For example quot THE MUSIC MAN WITH THE LATIN COMBO quot will be converted to quot
Generates an unlimited number of random su doku’s you will need a mysql database and will need to write your own html table to hold the game see it in
A class to save and restore files in postgresql database. in the end of the class there is an exemple.