Handling forms in CMS ???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

Handling forms in CMS ???

Post by PHPycho »

Hello forums!!
Managing contents is not a big deal in CMS.
But i would like to know how to handle the form parts like Feedback form, contact Us form
in CMS. Generally basic CMS is the page title with the contents in it.
Handling forms is a bit complex parts in CMS i think.
Anyway i would like to know how the sitepoint forumians handle the forms in CMS.
Note: By CMS here i meant no any open sources, self made applications.
Thanks in advance for jotting the valueable suggestions.
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: Handling forms in CMS ???

Post by omniuni »

Do you just need to retrieve the content, or do you need to actually create the forms?

Some more details would be great.
Post Reply