PHP Help...

Discussion in 'PHP' started by lbhabib.ru, May 19, 2011.

  1. #1
    I need help in PHP if anyone can help me i would really appreciate it,

    I need to make a page where people can post there picture by simply filling out a small form and upload there picture. Is there a ready script for this? if not dose anyone know how? What i have in mind looks like this:

    PHP "Take User info (form) and post it on page index.php in area 1 if used then area 2 if used then area 3" and so on...

    is this due-able ?


    Thank you all
     
    lbhabib.ru, May 19, 2011 IP
  2. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #2
    yep. You can pretty much do that.
    You need a form that will also have the upload script on it to upload their picture and that will save it in a folder in your script or handle it any way you want it to.
     
    ezprint2008, May 19, 2011 IP
  3. runbrun11

    runbrun11 Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    38
    #3
    To get you started, here's how to upload pictures and save them.
    http://www.w3schools.com/PHP/php_file_upload.asp
     
    runbrun11, May 22, 2011 IP
  4. 50inches

    50inches Greenhorn

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #4
    You can probably find that help on w3schools or tizag
     
    50inches, May 23, 2011 IP
  5. lbhabib.ru

    lbhabib.ru Active Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Thank you all for the support
     
    lbhabib.ru, May 28, 2011 IP
  6. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    #6
    Also look into GD, it allows image manipulation such as, but not limited to, generating thumbnailed images of the photo uploaded.
     
    DomainerHelper, May 28, 2011 IP
  7. sufalamtech

    sufalamtech Peon

    Messages:
    116
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Its easy to learn PHP at w3schools or tizag.
     
    sufalamtech, May 31, 2011 IP