I'm currently designing a website and I'm looking for a script that accomplishes a dynamic Questions&Answers-type arrangement in a very simple layout.
Any random user should be able to type in a question and maybe a reCaptcha and then I should be notified of the question via email (probably php_mail function). I should then be able to open an admin page on the site where I can read questions and reply to them. Once I reply to a question, the question and my answer should be visible on the website on the public Q&A page.
So it's basically a dynamic interactive FAQ and contact-page mashup.
Is there any script that can accomplish something similar to this out there that I can just "customize" into oblivion or should I just code this thing from scratch?
Any random user should be able to type in a question and maybe a reCaptcha and then I should be notified of the question via email (probably php_mail function). I should then be able to open an admin page on the site where I can read questions and reply to them. Once I reply to a question, the question and my answer should be visible on the website on the public Q&A page.
So it's basically a dynamic interactive FAQ and contact-page mashup.
Is there any script that can accomplish something similar to this out there that I can just "customize" into oblivion or should I just code this thing from scratch?