Is there a simple way to "roll your own forms" for mysql in php, for example in jquery?

Posted by talkingnews on Stack Overflow See other posts from Stack Overflow or by talkingnews
Published on 2010-04-25T20:48:14Z Indexed on 2010/04/25 20:53 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I've been googling around for a really simple way of making what is, in effect, nothing more than an enhanced phpMySql.

In a mysql database, I have: Name, address, phone, website etc, plus 2 or 3 custom fields. This data is pulled out to make a website.

All I want is to be able to make a freeform form, a bit like Access, but for the web, and the only thing I want to do over and above normal field editing would be to have a list of when I contact them, what was said, and perhaps a reminder when the next action is due.

I've looked at so many CRMs my mind is boggling, and they all do WAY more than I need. I don't have leads or accounts, all I have is the need to make sure than when I update the person's details, and for that data to be in the same DB as my site is generate from.

I'm happy to learn if I can get pointed in the right direction, and I have a feeling that something like what I want might lie in the direction of jquery. It's just that there's so much good jquery stuff about, I can't see the wood for the trees!

Thanks.

© Stack Overflow or respective owner

Related posts about CRM

Related posts about php