Argumail 0 Posted November 5, 2014 #1 Share Posted November 5, 2014 I need help coding a forum, I have to do it from scratch so I can't use a forum maker. -Argumail Link to post Share on other sites
Cindel 0 Posted November 5, 2014 #2 Share Posted November 5, 2014 That isn't exactly easy lol. What properties does this forum need to have? If it requires user accounts with login / pass authentication that alone is probably half the work. What programming language are you using? Link to post Share on other sites
Argumail 0 Posted November 5, 2014 Author #3 Share Posted November 5, 2014 Well I don't have to have a login yet but I need the forum. HTML is the language I.will use Link to post Share on other sites
Cindel 0 Posted November 5, 2014 #4 Share Posted November 5, 2014 Can't make a forum with just plain HTML, you mean HTML5? Link to post Share on other sites
Argumail 0 Posted November 5, 2014 Author #5 Share Posted November 5, 2014 Yea, I'm using my mobile device to chat but thats what I meant. I would appreciate your help. Link to post Share on other sites
Cindel 0 Posted November 5, 2014 #6 Share Posted November 5, 2014 What's this for? You need a server and database before you can do anything. I don't think HTML5 can access server side databases, you'd still have to include something like PHP or ASP. Or at least javascript using node.js so it can run server side. PHP is probably the easiest for this, (also why this and many other forums run off PHP). But like I said earlier there's a lot involved. Which part do you exactly need help with? Link to post Share on other sites
Tristan Delaney 0 Posted November 6, 2014 #7 Share Posted November 6, 2014 Not to mention CSS unless you want to hard code the style of a site in every. Single. Page. No fun basically. I tell you now, as someone who's dad makes websites for a living, youve got a heck load cut out for you. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now