php IMAGE upload help

Discussion in 'PHP' started by andrea4unu, Nov 19, 2007.

  1. #1
    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!~~~~
     
    andrea4unu, Nov 19, 2007 IP
  2. kreoton

    kreoton Peon

    Messages:
    229
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    what kind of problems you have? do you need script to handle image uploads or you want to write your own image processing script?
     
    kreoton, Nov 19, 2007 IP
  3. redlorry919

    redlorry919 Peon

    Messages:
    384
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    redlorry919, Nov 20, 2007 IP
  4. alcuadrado

    alcuadrado Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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 :p
     
    alcuadrado, Nov 20, 2007 IP
  5. *louie*

    *louie* Peon

    Messages:
    48
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Show us what you have at the moment and see if we can improve it or make it work.
     
    *louie*, Nov 20, 2007 IP