A shopping cart which work with xml instead databases…
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.
I searched the net for a long time to find a bugless and short PHPfunction to easily link URLs But most of the functions were either too long or they
Recursively determines the size of a directory.
Sets a series of variables named from the column names to their values from a row.
Lets you test php code from a browser.
This script allows you to print to the avery standard PHPBuliders members helped me make and I think it’s just right to share it with the rest of PHP Builder
A function to generate the first and last date of a fiscal month given a month (1-12) and year.
Changes the date format from yyyy-mm-dd (used e.g. in MySQL) to dd.mm.yyyy or the other way round.
sorts arrays of the form:
$array_name[$some_integer][$some_key]
by the 2nd key ("$some_key")
for example:
$userdata[1]["username"]
This function allows you to send a multi part mime encoded email (HTML and Plain Text). You pass the HTML and TEXT messages in as strings.