Show files and directories in a directory. Filesize and types listed in a nice table.
Date Added: December 12, 2007 [ 722 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Development and Basics ]
Fill an input field with the current date and time with javascript
Use javascript to fill an input field with the current date/time to save time for your self. A handy function with complete code and html to copy paste
Date Added: July 1, 2006 [ 1456 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ HTML and CSS - Forms ]
Generate text with transparent background, php/gd
Use this ready function to create an image with text with a transparent background. Could be useful for showing your email address, without having to worry about spammers catching it.
Date Added: May 22, 2006 [ 1412 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Images in PHP ]
Show time left with PHP, nice formatted
If you have an expiration time/date, and want to show how long time it's left until that time/date this is the stuff for you.
Date Added: May 5, 2006 [ 1551 Views - 1 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Scripts ]
Mysql now offers sub queries/sub selects. They can help you write faster and shorter code. You don't need to do that much programming in PHP, just let mysql do the work :-)
Date Added: April 29, 2006 [ 1271 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Development and Basics ]
Basic sql optimization for MySQL
It's important to know how to write your queries fast. And there are also ways to do your queries faster Inside mysql, called Indexes. They help mysql do the work faster, but you need to tell how...
Date Added: April 29, 2006 [ 1056 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Development and Basics ]
Geo target your visitors with PHP
Find out what countries your visitors come from. Perfect for displaying different ads for different countries
Date Added: April 24, 2006 [ 1152 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Scripts ]
It's nice to know how many visitors your site gets. To get you started I show you how to log statistics of all your visitors, in a simple way. The log will be saved in a text file.
Date Added: April 16, 2006 [ 1092 Views - 1 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Scripts ]
Use the GD Image Library to create a thumbnail of any image with a specified width and proportional height
Date Added: March 21, 2006 [ 1353 Views - 1 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Images in PHP ]
You can style your lists in html with css pretty simple. Numbers, bullets or even images.
Date Added: March 4, 2006 [ 1717 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ HTML and CSS - Basics ]