Page 1 of 1

How to integrate existing php code to CMS made simple?

Posted: Mon May 19, 2008 10:04 pm
by vdetez
hello,

I am a new user of CMS made simple.  I already created some sites with php and I would like to reuse code that I have developped for certains forms, validation of forms and to submit data in a table of database.

How can I to integrate this php code with the CMS made simple?

is it be possible?

In the future; to create new forms, code to send data to database, code to validate data, what do I need to implement in CMSMS??

When I decided to use CMSMS, does it mean that I have to develop all my complete web site with CMSMS or is it be possible to still use simple php code?

thks for your help

Valery

Re: How to integrate existing php code to CMS made simple?

Posted: Tue May 20, 2008 12:32 pm
by Ziggywigged
There are powerful form modules available (FormBuilder and FormBrowser) available under downloads that can validate and store form submissions to a database. And you can still use custom php and the best way it seems is with UDT (user defined tags) sans the opening and closing php tags.

Re: How to integrate existing php code to CMS made simple?

Posted: Tue May 20, 2008 2:45 pm
by vdetez
- ok so I will first try to redefine my forms with form builder (using submission ones)
- for integration of php, I will so use UDT
thks for your help
Val