General Community > Scripting Help
how can design a forum or help page
(1/1)
leeakki:
how can design a forum or help page in php that support online conversation.
Ricky.:
You need to learn good PHP , as get pro in it, you will automatically understand how to do things in PHP.
However, for conversation / forum you can use SMF which is free and opensource software for creating forums.
MrPhil:
A forum (such as SMF) enables non-real-time conversation (making posts is like exchanging emails). There are "chat" programs (as well as additions to SMF) to permit real-time conversation (type in a line and the other party sees it immediately, but of course both of you have to be on the system at the same time). Note that in either case, the conversation is public. If you need private conversation, it would be more along the lines of Skype and some private chat systems.
Since you know nothing about programming (per your other thread), don't even think about trying to write something so complex yourself. There are plenty of canned systems ready to run.
Navigation
[0] Message Index
Go to full version