How to update web page by POST

tuandj

New Member
I need to write a simple web page that can be update by POST of a parameter:1) The page should show the value of the parameter.2) When POST request send to the page with the parameter - the page updated constantly (GET request for the page will return the last POSTed parameter value).I have no clue how to do this.
 
Top