Secure, simple php faq creating/editing script to base further development off of?

Posted by Tchalvak on Stack Overflow See other posts from Stack Overflow or by Tchalvak
Published on 2010-04-04T19:36:16Z Indexed on 2010/04/04 19:53 UTC
Read the original article Hit count: 191

Filed under:
|
|
|
|

I'm looking to build a simple site centered around a simple faq system in php. The faq concept is simple, but I want to have an administrative-access backend for editing and creating the entries, and securing a login seems more complex and time-consuming, so I'm looking for suggestions for code to start me off.

Does anyone know of any open source php scripts or snippets that would work as base code for administrative login to some php scripts that could be used as a simple faq system? Or base code for both, the faq php code + web administrative access code?

© Stack Overflow or respective owner

Related posts about php

Related posts about administrative