The PHP Anthology – Object Oriented PHP Solutions, Volume 1

April 6, 2005 by  
Filed under Links and Resources

The PHP Anthology - Object Oriented PHP Solutions, Volume 1I’m currently reading The PHP Anthology – Object Oriented PHP Solutions, Volume 1 right now. The book arrived today at work, and I’m thrilled! I sorta skimmed through the first two chapters about basic PHP. And Chapter 3 is also review, but I’ll start reading more closely. The reading isn’t too technical either. The chapter I’m most interested in is 7 on creating images in PHP. ^_^ I’m planning on getting Volume II later on. The topics covered in that one is more interesting (advanced stuff!)

Related Posts Plugin for WordPress, Blogger...
  • Roy

    I’m not a huge fan of PHP’s image manipulation classes. I think it’s far more powerful to install ImageMagick on your server and send image manipulation/creation commands using exec().

  • Roy

    I’m not a huge fan of PHP’s image manipulation classes. I think it’s far more powerful to install ImageMagick on your server and send image manipulation/creation commands using exec().

  • http://daynah.net daynah

    Really? I’ll have to try that out. The most I’ve done with image manipulation is create jpg, resize images, and create a graph. I do want to do more though. I’ll definitely look into ImageMagick. :)

  • http://daynah.net daynah

    Really? I’ll have to try that out. The most I’ve done with image manipulation is create jpg, resize images, and create a graph. I do want to do more though. I’ll definitely look into ImageMagick. :)