Follow Me

Tag Archive | "thumbnail image resize"

Simple image resize script in php

Thursday, May 20, 2010

0 Comments

This is very simple script for image resizing in php. You can need to call a simple function just before you submit your content to database. Lets start. Suppose you have file input field like this. <form method='post'> <input type="file" name="files" id="files" /> <input type="submit" name="submit" value="submit"> </form> Now after you submit your form, you just need to put this code [...]

Continue reading...