Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS & Enquiry Form Data Storage

Status
Not open for further replies.

NigeW

Programmer
Jun 10, 2002
134
0
0
NZ
I am building a CMS using php and MySQL.

I have developed a module so the end user can create enquiry forms on their sites.

My dilemma is how to store the submitted form data within the database.

My initial solution was to use wddx and build a packet containing all the submitted field data - this I got to work on my windows laptop but am having problems on a live server.

I was seeking feedback / suggestions for alternatives to wddx ?

I look foward to some interesting discussion.

Thanks

Nigel Wilson
Christchurch Web Design
 
why don't you just store the "data" as plain text within a longtext column (assuming mysql)?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top