Hello everyone-

I am working on a project where a client can upload a template into a database
table and manage it.  The actual HTML code and dynamic code will be in the
template as well.  My hope is to build the page using an include that will
echo the code to the page and then also fill in the dynamic variables.

So, I would grab the template_content from the template database and
print out the template file, then I would also grab the dynamic content from
the content table and it would fill in the template file.

I would prefer to do it with the template in the table so they can manage it,
but I might need to actually write a file out and include it when I create the
page.

Any thoughts?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to