Page 1 of 1

CMS and Mysql Questions

Posted: Fri Mar 19, 2010 4:32 am
by Matt_Necro
Okay i suppose this may be the best place to post this. if it isnt please show me to the thread to post this question
im trying to build a form that will securely interact with sql databases through mysql. so if i click submit on my form it will send the information to a database that is secure i searched the forums and saw a module called form builder but i dont know if it will solve my issue. will cms interact with a sql database through a data form and will it make it secure just incase someone trys to break into it. if not what coding language should i use css, php, html,xhtml. or will i have to code a java script T_T. im pretty fluent in css and html im there is a way to do it in php could you help me? but im counting on cms to help me :D

Re: CMS and Mysql Questions

Posted: Sat Mar 20, 2010 5:55 am
by Matt_Necro
Still need help :[

Re: CMS and Mysql Questions

Posted: Sat Mar 20, 2010 6:28 am
by Wishbone
I'm not sure we understand the question. Form Builder allows you to design forms and save the submissions into a database. What do you mean by "a database that is secure?"

Re: CMS and Mysql Questions

Posted: Sat Mar 20, 2010 7:20 am
by Dr.CSS
It can store the data in your cmsms install DB, if that's not secure enuf for the data you may have an non-secure DB and your cmsms may get hacked...

Re: CMS and Mysql Questions

Posted: Sat Mar 20, 2010 11:31 am
by Jeff
The connection to the database is secure if you set it to transmit with SSL protocols (don't ask how, I just know it needs to be done, I know better than to have to do it).

It also isn't a CMSms topic, search a mysql or maybe apache forum also look at guides for credit card security.