Upload a dynamic page to server

ingekv

New Member
I have a page that contains a table that the user can update. This has been done using javascript. When the user has finised updating, I want to have the raw HTML page uploaded to the server, and then the user will be redirected to a php page which will do some final processing and spit out a report.Is this possible or should I come up with another method of reaching the same end... and if so how do I get the dynamically created HTML onto the server to be manipulated?
 
Back
Top