Hiya, what is the best way to dynamically create (and save on the server) a web page based on a form that a user has filled out. For example the user fills out name, some details (bits of text to go on the page), picks some colours with droplists then the code actually creates an HTML page for them based on their preferences, but also with our own links and text on it. Should I look for perl, CGI or PHP code?
Also is it possible to edit an html page later and change the contents or would it be best to store the current page's info in a database and then if the user make's an edit, update the database then recreate the whole page? I'm aware that the pages could be totally dynamic i.e. not stored on the server at all, just served up on demand but then google won't find them...
Thanks very much for any advice.
Also is it possible to edit an html page later and change the contents or would it be best to store the current page's info in a database and then if the user make's an edit, update the database then recreate the whole page? I'm aware that the pages could be totally dynamic i.e. not stored on the server at all, just served up on demand but then google won't find them...
Thanks very much for any advice.