tkim49@hotmail.com Posted June 12, 2006 Share Posted June 12, 2006 is there an open source application(php) that would create a html page on the fly? and convert this html page into a string?what I'm trying to do is to pass on some parameters and able to create a html page on the fly using the passed parameters; and to convert this html page into a string to save into the database.many thanks.. Quote Link to comment https://forums.phpfreaks.com/topic/11809-create-html-on-the-fly/ Share on other sites More sharing options...
coldkill Posted June 12, 2006 Share Posted June 12, 2006 I don't believe there is one. And definatly not freeware. The best way would be to use the default headers and body sections which could be changed with parameters from a form or something. Possibly with disabling and enabling certain things, changing colours (which would need ethier to be changed by the script into hexidecimal or be entered as such) etc etc. That would be the logic behind the script. Quote Link to comment https://forums.phpfreaks.com/topic/11809-create-html-on-the-fly/#findComment-44758 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.