| View previous topic :: View next topic |
| Author |
Message |
JoeyMachnak
Joined: 24 Oct 2005 Posts: 3
|
Posted: Thu Nov 03, 2005 10:26 pm Post subject: HTML for a Chat or Forumn? |
|
|
How would I create a live chat or something so people could leave comments on my page or something of that sort? Or even something along the lines of a forum? Help <b>greatly</b> appreciated.
-JnM |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3620 Location: Sweden
|
Posted: Thu Nov 03, 2005 11:28 pm Post subject: Re: HTML for a Chat or Forumn? |
|
|
| You can't do that with only HTML, you need to use a programming language for that, like ASP or PHP. If you want you can sign up for an extern forum somewhere and use that one, for example alxbook.com (I think that's the URL). |
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Fri Nov 04, 2005 8:46 am Post subject: Re: HTML for a Chat or Forumn? |
|
|
| Perl/CGI is an option as well. You can create several guestbooks with that to run as a forum. This is pretty much HTML based as well, except for the CGI/Perl scripting part. I know it's possible, but that's actually all I know about it. |
|
| Back to top |
|
 |
|