Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a DB technology, that makes a connection between my form fields to the DB and handles the inserts itself. Plus I'd like to have a list on another page consisting of all the rows in the DB (again, templated somehow)

Preferably something that works with PHP or Django or other easy to use open source language.

Thanks.

share|improve this question
Is it really possible to do that in php?? This sounds more like a vb application – CosLu Feb 6 at 12:45

1 Answer

JSF with either RichFaces or a MyFaces extension.

...or do it the hard way (yourself) with php.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.