Hi,I have maybe stupid question but are anyway to build "forum" on javaScript or Html without using SQL or ASP
maybe there is way client send his information directly to the page?

Thanks,Sergey

Recommended Answers

All 5 Replies

Can you elaborate your question?
Don't you want to use ASP or any server side language?

you can go for PHP as server side language and MySQL as Database.

that is my question I don"t want to use any language not PHP,MySQL

then how you are going to store data?
what kind of forum it will be?

I really don't wantto to store data if are any way to insert data directly to the forum page?

If by saying forum you mean forum and if you need to develop a forum ( like daniweb etc.), then you have to store data some where, and in present era data base is the best option, so you need data base.
Similarly you need some sort of processing at server side, so you need a server side language, like PHP, ASP etc.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.