List/Grid PHP Functions Subscribe RSS feed of category PHP Functions

Force download using PHP

Force download using PHP

A force-download script can give you more control over a file download than you would have providing a direct link. Using a force-download script, you can: Download image file Download… Read more »

How to use ASCII value with PHP

How to use ASCII value with PHP

Character encoding is useful in web development for generating character strings from random numbers (CAPTCHA images for instance), displaying non-standard characters and many other purposes. To use charachter encoding with… Read more »

How to show the size of folder using PHP with progressbar

How to show the size of folder using PHP with progressbar

To show the details of folder, first of all we check that, it is folder of file. If it is a folder then we count the number of files present… Read more »

How to use meta tag and description dynamically for wordpress

How to use meta tag and description dynamically for wordpress

To use meta tag and description in wordpress dynamically, we use the wordpress tags as a meta tags and excert content use as a meta description. As per the requirement… Read more »

Adding And Subtracting Dates in PHP

Adding And Subtracting Dates in PHP

Here are some examples by which you can add or subtract date. e.g these simple codes can find the 2 week before or after date. Subtracting Years from a date… Read more »

© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.