Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How can I create a php forum with only one catagory (microsoft word) by using tutorial given on above link? I have tried it but I'm getting errors.

I want to do it myself without help of any existing tool to make forums (like phpbb, or any other like that).

Actually, I am tring to understand what technique they use to display number of of posts and replies in forumTest.php (see above link)? Thats why i want to use just one category 'microsoft word' to understand it step by step.

Can you please explain me the technique from given link?

Sample link: http://www.homeandlearn.co.uk/php/php17p2.html[^]

Thank you in advance!
Posted
Updated 22-Sep-13 2:01am
v2
Comments
vbmike 21-Sep-13 9:14am    
You have to give people what error messages you are getting if you expect them to solve your issues.

1 solution

See this link: https://www.phpbb.com/[^] They are specialized on making freeware forums.

They have help and user forums also.

There are other options like that around:
http://www.codefear.com/scripts/5-best-php-forum-bulletin-board-script/[^]
http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software[^]

If you want to do it by yourself you'll have lots of work...

As a new approach after knowing that you want to do the job by yourself...

I would look at TinyMCE to allow the users to write their messages, MySQL to simply store all their HTML code, and establish a good database design to accept multiple inputs at the same time.
what you would like to do it is like a news page from most companyes but allowing that anyone could populate it...

Good luck!
 
Share this answer
 
v2
Comments
Pankaj Mahor 21-Sep-13 9:58am    
Yes i want to do it myself. Any other options please?
Joan M 21-Sep-13 10:01am    
I would suggest you to improve your question to avoid this kind of answers. ;)
Pankaj Mahor 21-Sep-13 12:09pm    
how to improve?
Joan M 21-Sep-13 12:29pm    
Just under t'he question, on t'he right side you can see "Improve question" in green. If you press that you will be able too edit your question ;)
Pankaj Mahor 21-Sep-13 13:53pm    
Ok then what should i write?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900