I am looking for a complete solution in php/mysql for storing personnal informations.

Example :
The user logs in, fill a form and store it in the server. Everything is encrypted. The user can edit the form.
The admin logs in, can view and edit the form.

I am looking for a pre-build solution, as I dont want to implement this on my own. A form builder/helper could be nice.

Thanks

Member Avatar for iamthwee

Highly doubtful if such a solution already exists. Curious as to know why you need the info encrypted, unless this is a payment thing, in which case you're treading on thin ice because of all the legal laws your need to uphold to protect customer's data. I would always recommend using a third party like paypal.

If this isn't for payments, a frame like codeigniter provides a handy encryption class and a simple form builder with php. Of course, it involves a learning curve if you have not used it before.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.