I need a PHP script to add "Question and Answers" page into my website. It should 1) allow users to ask questions 2) allow site owner to answer these question And it must be very simple - I don't want to install CMS system. Ideally it should work w/o database at all. I also need to be able to modify its styles to fit my web site. Please advise something Thank you
I don't have the code you need but just throwing some ideas here so others can find you the code you need. To achieve what you need without database. I guess you can look for a PHP form that user can submit the questions and they will go into your Email. Then you can use a HTML template to create a static HTML page with the question and your answer in it. Sounds good? Or do you need something more automatic.
Yes. thanks, to develop this from scratch - this is an option.. but I want a ready script which I can modify to fit my web site...
Just make sure to use the striptags function when you get data off the internet! You don't want any scripts sneaking in!
Its pretty simple, why mess with SQL. He can dump it in and out of a text file. Then again, if he is trying to create yahoo answers ..thats another story.