How to get the textbox value in php?
        Posted  
        
            by Nitz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nitz
        
        
        
        Published on 2010-05-04T10:20:17Z
        Indexed on 
            2010/05/04
            10:28 UTC
        
        
        Read the original article
        Hit count: 200
        
php
|javascript-events
On my page.
i have one textbox and one button.
-- on the button click event.
 -- one function will be called. 
Now,
How to get that value of textbox and store in php variable? this should be done in that function which we will call on button click.
© Stack Overflow or respective owner