generating html pages?

sumbuddy

New member
Say we have an standard html form that takes input from the user.
there are standard text fields, checkboxes etc..
Now using this info how does one generate a permanent (read-only) html page that is then shown to the user ? By 'permanent' i mean the webpage created doesn't get deleted , it stays on the internets.

Reading around , it seems this can be done using a bit of server side php. Is that the easiest way of doing this ? if so how ?

There won't be any database involved , this is for a very simple site.

Just take the html form data and create an .html page (which is shown to the user) .

I hope the solution is simple :)

Thanks
 
Back
Top