php
Create Captcha Image Verification
June 19th, 2008 | posted by AnonymousConvert HTML Table into Spreadsheet File
May 12th, 2008 | posted by AnonymousYou have already create html report in table format. if you want to convert the html table into spreadsheet file, Microsoft Office Excel or OpenOffice.org Spreadsheet, please check this tips.
Word Filter Function
May 2nd, 2008 | posted by Anonymoususing this function we can filter bad words in sentences
Number to words functions
May 2nd, 2008 | posted by AnonymousPHP Function Calculate difference between two dates
April 18th, 2008 | posted by AnonymousThis PHP function calculate difference between two dates. The result in array format contain day, hour, minute and second.
Encrypt php code using Script Maze class
November 30th, 2007 | posted by AnonymousPHP is scripting language so the source code still readable for user who has access to the files. If someone has already own the source they can modify the source. To minimize the risk about someone modify the script we can encrypt the php code.
php Image watermark function
November 2nd, 2007 | posted by AnonymousStep by step tutorial create watermark on image
php Image Thumbnailer function
November 2nd, 2007 | posted by AnonymousThis tutorial describe how to create thumbnail from image.
Create AJAX Dynamic Drop Down List from database
November 2nd, 2007 | posted by AnonymousThis Article is continued version of previous. please read previous article. In this tutorial we try to fetch data from database;
We still use ajax framework, ( http://www.xajaxproject.org ) that can help us building ajax aplication easily.
Check if username available
October 30th, 2007 | posted by AnonymousThis example will describe how to check if username in database is available or not. Usefull in registration form.