How to create Discussion web site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to web development. I am good with HTML. I would like to create a
discussion web page for my friends to ask question and reply to the question.
It will have only three information.
1. When the question/answer was posted
2. Detail question/answer
3. Who posted it (optional)
Some database to hold the information preference is MS Access or XML.
How can I create it.
Thanks
 
Try any of the free products on the web such as
www.yabb-forum.com (Perl/CGI/Flatfile db or possibly MySql by this time; the
last time I used this it used flatfile (text) CSV files)

www.phpboard.com (PHP/MySql)

There is also a free forum at www.webwizguide.com (Windows/ASP/Access)

Frontpage has a very basic one built in, but this might be below the
features you require.
 
If using ASP and Access see OpenForum
http://www.2enetworx.com/dev/projects/openforum.asp
- or the link there to the more robust Snitz forum

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am new to web development. I am good with HTML. I would like to create a
| discussion web page for my friends to ask question and reply to the question.
| It will have only three information.
| 1. When the question/answer was posted
| 2. Detail question/answer
| 3. Who posted it (optional)
| Some database to hold the information preference is MS Access or XML.
| How can I create it.
| Thanks
|
 
I really want to create a discussion page for our school parents. I not have
FrontPage. I have good knowledge of HTML and some knowledge of javascript
and XML.
Can some one send me a like for a sample code for me to create this web side.
Thanks for all the help so far.
 
Back
Top