Click to See Complete Forum and Search --> : How do I make forms that generate a page using template from basic input


dstrunin
09-18-2008, 12:30 PM
Hello,

I could really use help on this one. I have made a website design that I would like to use over and over again. The only things that change is certain text, and images (the quantity of images and their placement stay the same).

I would like to create a simple form where I type in the text and the name of the image file, and it fills in the blanks. I have seen this done via an online php template generator, and I have seen a system where you fill in the forms in excel and it spits out the final code.

Where do I learn how to accomplish this? It is very necessary for me because I plan on posting many items in the same format but with differant information and pictures, and I can not keep swimming in code all day and changing it.

Much help appreciated.

Regards,
Dmitriy

dtm32236
09-18-2008, 02:02 PM
You would have to either write your own code to do this (in PHP, ASP, ColdFusion, etc) or get a CMS (Content Management System) like Joomla. I think that Joomla is one of the more popular ones, but I've never used a CMS, so I don't know all the details.

Anyway, google for CMS and you should be able to find something that will work for you.