varsha Posted January 19, 2007 Share Posted January 19, 2007 hi,can anyone help me to get a script which shld be able to upload minimum 6 images and resize to generate thumbanail as well as save images in database ???regrdsvarsha Link to comment https://forums.phpfreaks.com/topic/34867-image-thumbnail/ Share on other sites More sharing options...
RonnyZenn Posted January 19, 2007 Share Posted January 19, 2007 i don't think there will be anyone giving you a whole script, but i can list you so simply what you need to do,1)Find a multiple image upload script.here is an example: [url=http://www.plus2net.com/php_tutorial/php_multi_file_upload.php]http://www.plus2net.com/php_tutorial/php_multi_file_upload.php[/url]2) Then find a image resize script. here is an example: [url=http://www.bigbold.com/snippets/posts/show/486]http://www.bigbold.com/snippets/posts/show/486[/url]3) Last thing you need to do is after each image uploade, insert their details to DB : Ex:[code]mysql_query("INSERT INTO images_table VALUES('$imageID','$imagename')");[/code]Hope this path will be helpful for you. Link to comment https://forums.phpfreaks.com/topic/34867-image-thumbnail/#findComment-164408 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.