dynamic content in cms pages problem ??

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

dynamic content in cms pages problem ??

Post by PHPycho »

Hello forums!!
I would like to know how to insert some dynamic contents in cms pages.
Suppose we have a contact us page as:
Contact US:
bla bla content 1
bla bla content 2
but i would like to insert some dynamic contents like contact us form etc in above page as:
Contact US:
bla bla content 1
<!-- contact us form goes here.. -->
bla bla content 2
<!-- another dynamic content goes here.. -->
How to accomplish such in content management system.
Any help,ideas, suggestions etc are appreciated.
Thanks
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

Re: dynamic content in cms pages problem ??

Post by PHPycho »

Knock KNock !!
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

Re: dynamic content in cms pages problem ??

Post by PHPycho »

do you think this case is that much simple and just related to html form :wink: Never mind, anyway good try.mattpointblank
mattpointblank
Forum Contributor
Posts: 304
Joined: Tue Dec 23, 2008 6:29 am

Re: dynamic content in cms pages problem ??

Post by mattpointblank »

Unless you supply more information, yes. What do you mean by a 'dynamic contact form'? If you mean a form the user can type into and email you with, then those tutorials will do exactly that. If your CMS only allows you to slot in HTML in predefined places, you'll probably have trouble getting this to work.
Post Reply