this question, or the "how do I make a forum" question has been asked several times before on CF. You need a webserver which supports a server side language, such as PHP and a database technology, such as mySQL. There are a load of piece of forum software around, ranging from free to ones you have to purchase. phpbb - www.phpbb.com is free, highly customisable/moddable, skinnable and easy to install. it is written in php/mysql so requires a server which supports that to run.
Also this should be posted in the general web building forum, as it is related to the general web side of things, and not html/css
this question, or the "how do I make a forum" question has been asked several times before on CF. You need a webserver which supports a server side language, such as PHP and a database technology, such as mySQL. There are a load of piece of forum software around, ranging from free to ones you have to purchase. phpbb - www.phpbb.com is free, highly customisable/moddable, skinnable and easy to install. it is written in php/mysql so requires a server which supports that to run.
Also this should be posted in the general web building forum, as it is related to the general web side of things, and not html/css
Thank you for the welcome! So www.phpbb.com is a free forum site, that lets you put a forum in your website. Thanks for your help
Since you are new here please take a moment a go over our posting guidelines that lay out the proper way to name threads. I have illustrated this point by modifying yours to be more concise.
I've seen this happen a lot of times, and I think there is some miscommunication going around.
Ninjax, if you want a forum to be completley on your site, as in you have the users records hosted with yourself, and all the pretty images and text actually on your site, you need to have your own webspace and domain name. So if you want http://www.yoursite.com/forums, you need this. If you are fine with something like http://thisismyforums.proboard12.com or http://forums.com/your-forum-name then you can get it for free.
To get the forums onto your own domain name and hosting, you need to go to a site such as phpbb.com and download the forum package. From there, you have to have full access to your webspace and a mySQL database. If you are using a free service, you most likely do not have access to these, and I reccomend using a free remote hosted forum solution (something like http://thisismyforums.proboard12.com). There are many on the internet, just search for one.
Once you have downloaded the package, there will be installation instructions included with it. Just follow those, and if you have a question, either ask it here or with the program provider . Good luck!
I've seen this happen a lot of times, and I think there is some miscommunication going around.
Ninjax, if you want a forum to be completley on your site, as in you have the users records hosted with yourself, and all the pretty images and text actually on your site, you need to have your own webspace and domain name. So if you want http://www.yoursite.com/forums, you need this. If you are fine with something like http://thisismyforums.proboard12.com or http://forums.com/your-forum-name then you can get it for free.
To get the forums onto your own domain name and hosting, you need to go to a site such as phpbb.com and download the forum package. From there, you have to have full access to your webspace and a mySQL database. If you are using a free service, you most likely do not have access to these, and I reccomend using a free remote hosted forum solution (something like http://thisismyforums.proboard12.com). There are many on the internet, just search for one.
Once you have downloaded the package, there will be installation instructions included with it. Just follow those, and if you have a question, either ask it here or with the program provider . Good luck!
were can i download this forum package from, and how do i put it straight on my site, can i still do it if my sites no on the internet? And do i have to pay for anythink.
you need paid hosting and a domain. then download something like phpbb from www.phpbb.com. you can set up subdomains so you have the forum at htttp://forum.yoursite.com instead of http://www.yoursite.com/forum.
phpbb requires that your server supports php and mysql.