Storage and Re-use of Images Using PHP/GD - Part 2 (Page 1 of 3 )
Following up on part 1 of this compelling two part series on image handling, Gijs will now supply DevArticles readers some code snippets that will demonstrate the significance of his work.
Publishing images on the web is nice, but tedious. It would be nice if we could use a system that automates the uploading, storage, converting and resizing of our images. We could feed that system our images once, and retrieve them later in many different formats. In this article, we will write some scripts that come close to this ideal system. PHP and the GD-library will provide us with an easy method of uploading, searching and publishing our images. (This article is a follow-up on part 1).
In this second part, we will write scripts that you can use to retrieve images and search your image database. To be able to use these scripts, you should have read the first part of this article and saved the scripts we wrote there. You also need the image resize script explained in an earlier article. (This was also stated in part 1.)
Next: The Article >>
More PHP Articles
More By Gijs van Tulder