Page 1 of 2

Html Forum

Posted: Sat Oct 27, 2007 11:38 pm
by Gebbo
I am in currently in need of a html forum so if anyone knows of a basic html forum that can be embedded into a html website then can you please post it here or give me a link of where i could find one thank you.

Posted: Sun Oct 28, 2007 4:20 pm
by Lixas
forum in pure HTML is not possible!! maybe you need "guest book" or if it is to basic, you can use phpbb or SMF :)

Posted: Sun Oct 28, 2007 6:06 pm
by Tails5
Actually, it would be possible, but it wouldnt be a forum as we know it, there would have to be a way of submission, which the webmaster then puts there, but Gebbo, just use phpBB3, ask me on MSN if you have trouble, or if you can't get me there, just email my new hotmail: tails5is@hotmail.com

forum

Posted: Sun Oct 28, 2007 8:19 pm
by Gebbo
oo okay thank you all for your help and tails ill add ya i didnt know your new msn you see anyways thanks for the reply.

Posted: Mon Oct 29, 2007 8:55 am
by Tails5
:) Look forward to talking to you on MSN again, and also, allow me to reiterate: Use phpBB3

Posted: Mon Aug 31, 2009 1:59 pm
by StiffleD
HTML forums would use .txt files to store the data and that would suck. Stick with php forums, they are more reliable.

Posted: Wed Sep 16, 2009 8:34 am
by Alwahsh
if it's all about databases , I think there is some PHP forums which does not depend on databases . but if you want to make a forum in pure HTML , that would be so hard if not impossible :eek: (except if you are the only one who is suppossed to write the posts ;) )

html forum

Posted: Sat Sep 19, 2009 11:32 pm
by Gebbo
yeah kinda figured lol, thnks for the info anyways

Posted: Wed Dec 09, 2009 2:41 pm
by TheCrymsonLegends
I've been thinking and it is quite possible to make an HTML form that uses minute php elements to put information into mysql.

The concept would be to create your table elements (i.e. table header, table row) and then code php to render the table in accordance with either a forum topic, thread, or what not.

I could probably figure out how to do it if I took the time, but my time is being used up.

Although I will be working on a lot of new aspects to render the basic concept of my newest website. If I manage to stumble across the need for an html forum, I will most definately let you know.

html forum

Posted: Fri Dec 11, 2009 12:46 am
by Gebbo
TheCrymsonLegends wrote:I've been thinking and it is quite possible to make an HTML form that uses minute php elements to put information into mysql.

The concept would be to create your table elements (i.e. table header, table row) and then code php to render the table in accordance with either a forum topic, thread, or what not.

I could probably figure out how to do it if I took the time, but my time is being used up.

Although I will be working on a lot of new aspects to render the basic concept of my newest website. If I manage to stumble across the need for an html forum, I will most definately let you know.

Thanks, that would be great