XeroXer Posted January 30, 2007 Share Posted January 30, 2007 I am making my own simple gallery where I am just suppose to be able to upload a folder and the server fixes the rest.I have gotten it so everything is scanned and entered into my fields correct.I have made it so a copy of the original image is placed in a thumbs folder.But here is where I need help.Can I do it so that after the copy is done it also resizes the image so I have to do nothing on my own.[code]<?phpmkdir($bildmapp . "/thumbs");if (!copy($sokvag, $thumbsokvag)) { echo "copy file failed."; }?>[/code] Link to comment https://forums.phpfreaks.com/topic/36391-image-resize-help/ Share on other sites More sharing options...
boo_lolly Posted January 30, 2007 Share Posted January 30, 2007 there are many topics regarding this discussion.http://www.phpfreaks.com/forums/index.php?action=search2 Link to comment https://forums.phpfreaks.com/topic/36391-image-resize-help/#findComment-173117 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.