Jump to content

image thumbnail


varsha

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.