php array

Discussion in 'PHP' started by khalidfarooq, Mar 30, 2010.

  1. #1
    how to get values from form into array
     
    khalidfarooq, Mar 30, 2010 IP
  2. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #2
    when you submit the forms they are already in an array.

    if you submit it via post the array is called $_POST and if you submit it via get then the array is called $_GET

    Can you explain it a little bit better what you are trying to achieve?
     
    stephan2307, Mar 30, 2010 IP
  3. khalidfarooq

    khalidfarooq Greenhorn

    Messages:
    82
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    how values get from form in an array
     
    khalidfarooq, Mar 30, 2010 IP