All Entries in the "php" Category
How to get Latest Tweet using php.
Share Integrating blogs with twitter was a daily routine for me . Thus i decided to write a function that would return you the last tweet of a particular twitter user . It is a simple self explanatory code . Note : Change $username to your account before you use . Usage echo "Latest Tweet [...]
anoopsachari | Apr 15, 2010 | Comments 8
Thumbnail Generation made easier using Image-Resize Class
Share The PHP class is meant to resize images keeping the aspect ratio using GD library . The class can handle jpg , jpeg , gif and png . Its simple to use , you just need to specify the image path and dimensions . Usage : include("resize-class.php"); $resizeObj = new resize(‘sample.jpg’); $resizeObj -> resizeImage(200, [...]
anoopsachari | Apr 11, 2010 | Comments 1






