Automatically Form Values Getting ? (Urgent Please)

Discussion in 'PHP' started by kashifkb, Jun 7, 2007.

  1. #1
    kashifkb, Jun 7, 2007 IP
  2. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #2
    how many pages do you need to get the input names for? just the two? or hundreds? it's rather simple with one or two but with a lot the pattern matching can get rather ugly.
     
    ansi, Jun 7, 2007 IP
  3. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #3
    or you could just grab the page and then use javascript to return the input names using getAttribute and go from there
     
    ansi, Jun 7, 2007 IP
  4. HypertextFever

    HypertextFever Peon

    Messages:
    158
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    cURL is the way to go for this project.
     
    HypertextFever, Jun 7, 2007 IP