Other Categories
A php tutorial that shows how to use while cycle to convert a number into roman numbers.
Date Added: June 29, 2006 [ 1216 Views - 0 Votes ] [ Rate ]
Source: cagedflame.com [ PHP and MySQL - Scripts ]
Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis.
Date Added: May 27, 2006 [ 1707 Views - 0 Votes ] [ Rate ]
Source: PHPeasystep [ PHP and MySQL - Statistics ]
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 [ 1116 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Images in PHP ]
Converting Between Hex and RGB with PHP
Convert between the hexidecimal color code and the red,green,blue (rgb) color code
Date Added: May 22, 2006 [ 1100 Views - 0 Votes ] [ Rate ]
Source: shortkid422.com [ PHP and MySQL - Development and Basics ]
Build up a function to secure a text box
A detailed php tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes.
Date Added: May 22, 2006 [ 1167 Views - 0 Votes ] [ Rate ]
Source: cagedflame.com [ PHP and MySQL - Security ]
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 [ 1253 Views - 1 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Scripts ]
Send this page to a friend tutorial
A php tutorial to realize a send this page to a friend script and form
Date Added: May 2, 2006 [ 1256 Views - 0 Votes ] [ Rate ]
Source: cagedflame.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 [ 951 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 [ 757 Views - 0 Votes ] [ Rate ]
Source: 999Tutorials.com [ PHP and MySQL - Development and Basics ]
A good ?x=page system with page titles
Date Added: April 29, 2006 [ 1257 Views - 0 Votes ] [ Rate ]
Source: mikeroq.be [ PHP and MySQL - Website Navigation ]