Get The value of text Field while form submit in php
        Posted  
        
            by Ramesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ramesh
        
        
        
        Published on 2010-05-07T15:29:50Z
        Indexed on 
            2010/05/07
            15:38 UTC
        
        
        Read the original article
        Hit count: 211
        
php
how to get the value of input box while submitting the form in php
i need the url like this www.example.com/te/?a=test&firstname=blabla
<form action="te/?a=test" method="post">
<input type="text" name="firstname" />
<input type="submit" name="button" />
</form> 
© Stack Overflow or respective owner