Ask and comment

Status
Not open for further replies.

Yek

T.F's Resident Cool Guy...
Messages
1,613
HELP!

Im looking for anyone to shead some light on this...


User posts a question via a form box
Another user read the question and clicks reply
They type their answerAnswer displyed under question...


i know its basicaly a forum , but i dont want people to have to login and so on

cheers:p
 
write code to display html form that accepts the question
form "posts" the question to the server script
server script saves the question on the server. the question can be save in a flat file or a database.

write code to retrieve the question and accept input for the answer.
user enters their answer and clicks reply
the answer is "posted" to the server script.
the server script saves the answer with the question.

write code to display both the question and the answer.
 
Status
Not open for further replies.
Back
Top Bottom