I'm having some trouble with my PHP....I'm building a website that allows users to upload their images using GD library... I have 3 diff pages... index.php admin.php and upload.php. can some1 help me with this issue? can u add me on msn messenger and give me a little help? please? andrea4unu@hotmail.com/... add me on msn please!~~~~
what kind of problems you have? do you need script to handle image uploads or you want to write your own image processing script?
Google usually has some good pointers - see here as an example http://php.about.com/od/advancedphp/ss/php_file_upload.htm
You may also want to create a thumbnail with GD, read about these functions (sorry, I can't post links yet): imagecreatefromjpeg(); imagecreatefromgif(); imagecreatefrompng(); imagecreatetruecolor(); imagecopyresized(); iamgejpg() imagepng(); imagegif(); Or just search an example in google