0
Can you code a forum in PHP or html?
I Wanna learn How to make a good website with a forum And Im wondering if i can code The forum or if there is any forum code out there that i can copy And paste. Im pretty New to coding.
6 Antworten
+ 1
It’s like making a plane. Html is the frame and JavaScript and php are the engine and propeller. You can make the frame of the plane but it won’t fly without the engine and propeller.
0
Html
0
You want html to create the page such as the heading and stuff, css to style it, such as fonts or colors, and JavaScript to run the functions, so if you want a login form use it to get the input, the php to process the input
0
Well yes if you only want to make it, but have it do nothing
0
Thanks
0
Phpbb is an open source forum software. However, it uses a template engine that may be difficult for beginners to get their head around. Still, there's loads to gain from downloading and analysing the code; check it out.