This series of the videos explains how to create Photo Gallery using PHP, MySQL, ImageMagick and jQuery. Using PHP you will be able to add, modify and populate data stored on the MySQL Database and display records of all images on the page.
ImageMagick will help us to resize and crop images to the relevant dimentions, while jQuery will provide the support in the presentation of the gallery. The last two chapters are dedicated to adding the earlier created gallery to our Content Management System. Over 4 hours of videos!!!
Time: 260:54 min / Price: £64.49
Sebastian Sulinski on 18th Dec 2009




Michiel on Saturday, 19th November 2011
I would like to buy this script but I have 1 problem. Is it possible to upload multiple images at one time?
If this is possible I will buy the script immediately.
Reply
Sebastian Sulinski : @designtutorials on Saturday, 19th November 2011
Hi Michiel,
This tutorial only shows how to upload one image at a time.
Reply
Maxime Trudel : @pingouincrea on Saturday, 25th February 2012
Great tutorial,
I have a question, is there any other function we can use except the exec($convert) to execute ImageMagick commands?
This function has been disabled by my hosting. They fear some security issues and they don't want to unlock it.
Reply
Sebastian Sulinski : @designtutorials on Saturday, 25th February 2012
Hi Maxime,
You can also try system() or passthru() functions, but the best thing would be to ask your host, which functions that enable you to execute an external program are enabled on the server so that you don't waste time trying. Also - it is probably a good idea to tell them what you need it for - if they have ImageMagick installed then there must be at least one function that allows executing its commands.
Reply