Getting input box values using php

Discussion in 'PHP' started by learnerabn, Oct 11, 2010.

  1. #1
    Hi all,

    I want to get the input box value which is given by users..without using get post method how can i do this...
    Thanks in advance..
     
    learnerabn, Oct 11, 2010 IP
  2. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    #2
    You simply can't.
     
    ActiveFrost, Oct 12, 2010 IP
  3. max2010

    max2010 Greenhorn

    Messages:
    81
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    you must use get or post method to get the form values
    if you are talking about some "fast" feeling (as facebook), you should use javascript to get the form values, and ajax to call the php script (jquery has a good set of functions for that)
     
    max2010, Oct 12, 2010 IP
  4. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #4
    nope.. php cant do that
     
    bartolay13, Oct 12, 2010 IP
  5. Thorlax402

    Thorlax402 Member

    Messages:
    194
    Likes Received:
    2
    Best Answers:
    5
    Trophy Points:
    40
    #5
    You can look into javascript form submissions. You won't need to reload the page to get POST variables.
     
    Thorlax402, Oct 12, 2010 IP
  6. lowridertj

    lowridertj Well-Known Member

    Messages:
    2,882
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    195
    #6
    lowridertj, Oct 13, 2010 IP