PHPDeveloper
  • Image Resizing Made Easy with PHP

    by Jarrod posted 2 years ago
    Image Resizing Made Easy with PHP

    Ever wanted an all purpose, easy to use method of resizing your images in PHP? Well that's what PHP classes are for - reusuable pieces of functionality that we call to do the dirty work. Let's take a look at creating our own class for just this task.