At Ask Me Help Desk you can ask questions in any topic and have them
answered for free by our experts. To ask questions or participate in
answering them you must register for a free account. By registering you
will be able to:
Get free answers from experts in any of our 300+
topics.
You need to send an e-mail to your webhost (ISP). Asking them something like this.
1. Do you provide a MySQL database. (this stores all the forum posts)
2. Does the server allow php version 4. (this is just a particular type of web page, active ones)
The forum itself is available for free, as open source software, and a really good one at that!
The forum files get uploaded to your website and you then run an installer which will connect to the database. The database (MySQL) resides on the server and contains all the fourm data, just like this one you are reading.
Each time a new page is requested the forum pages ask for the information from the database.
It sounds complex but it really is a piece of cake.
Xtsasy, you'll need to have a web host that supports some kind of server side scripting if you want a forum. Server side scripting is basically code that runs on your web server, not on a person's PC when they download the page (e.g. JavaScript). There's a number of different scripting languages you could use to create a forum. You'll need to find out if your web host supports them first. So check if your web host supports one or more of the following :
* ASP
* PHP
* JSP
* CGI
Once you have found out which one of those your server supports myself and the other peeps here can help you out some more.
Just a warning though. A full blown forum is something you shouldn't undertake unless you know at least the basics of databases and HTML.
You might be better off trying some free guestbooks to start with. If you're hosting your site with someone like Geocities, the chances are they will have a script ready for you to use.
author=rasta link=board=building_web_pages;num=1065461418;start =0#9 date=06/30/04 at 13:58:40]LTheobald----im new to this forum, but im trying to add a forum to my online store, and would like some assistance to get started, could you advise?
-Rasta
Welcome to the forums Rasta. What is the platform of your webserver - Windows or Unix/Linux?