Category Archives: PHP
Image Uploads with 100% Less Suck
Image Uploads with 100% Less Suck. Guaranteed. Using a little bit of jQuery we can upload images without the suck.
Display nested categories PHP Class
Creating categories and its sub categories is always prevalent when we are developing simple to huge applications. Basically we will have the requirement of creating one- leveled subcategory of parent category but when we come across creating multi-leveled subcategories , then it seems little vague, complex to meet the requirement. Here I have made …
PHP extract() Function
Definition and Usage The extract() function imports variables into the local symbol table from an array. This function uses array keys as variable names and values as variable values. For each element it will create a variable in the current symbol table. This function returns the number of variables extracted on success.
FFMPEG, XAMPP and Windows
http://www.apachefriends.org/f/viewtopic.php?f=16&t=32688
Image fun with PHP
This post is a demo of what the imagefilter() PHP function can do for you. http://www.phpied.com/image-fun-with-php-part-2/