PHP Form Generator
7
Generate multi select box from data in db, then when submitted, each selection is written to a db table as it's own record, each tied together by a common record id.
14
Display contents of a folder, see comments in code.
6
Pull items from a mysql db table and display in the following format-
item1, item2, item3
In the example code, the query will return all items that have the color "red" specified in the db.
item1, item2, item3
In the example code, the query will return all items that have the color "red" specified in the db.
14
Simple chatting script to be placed on a corner of a website 
Also a good example how to use ajax.

Also a good example how to use ajax.
9
Mass email list of email addresses from a mysql db table.
19
This function makes URLs in a given text clickable, and shorts down the link text if it's length is over the specified one. (Like vBulletin, etc... does)
PS:
Please explain negative votes, they're pointless otherwise...
PS:
Please explain negative votes, they're pointless otherwise...
9
List files in your current di
12
Here is an easy calendar!
Hope you like it dude =)
Hope you like it dude =)
9
This is a Tiny PHP Uploading script. It SHOULD be safe from both really large files and non-image files.
6
A simple page hits counter that uses a single cookie to tell the user how many times they have visited the page.









