Computer Science Canada forums |
Author: | krishon [ Mon May 19, 2003 9:33 pm ] |
Post subject: | forums |
I'm not too sure if there r ne tutorials on this stuff, but it'll be great if someone can tell me how to make a basic forum. I've been looking at it for some time and look at some of the coding, but some of it is mind-bogglin, lol. Ne help will be appreciated |
Author: | Tony [ Mon May 19, 2003 10:25 pm ] |
Post subject: | |
yeah, there's a tutorial on how to set up a phpBB forum http://www.compsci.ca/bbs/viewtopic.php?t=706 |
Author: | krishon [ Tue May 20, 2003 4:25 pm ] |
Post subject: | |
r there ne other sites u can recommend, or if possible, can u make a forum from scratch using just html and javascript, along with cgi. thx |
Author: | Tony [ Tue May 20, 2003 5:48 pm ] |
Post subject: | |
well the way most basic forums work, is that you type stuff in a textbox and CGI attached that text to the end of existing HTML page... you could then make it more fancy and create a new page for each post and just attach links to pages of replies... basically you can have a really crappy (but working) forum made out of CGI and a text file. |
Author: | krishon [ Tue May 20, 2003 6:30 pm ] |
Post subject: | |
lol, icic, thx |