Jump to content

Very NEW


Arc-Winter

Recommended Posts

Im very new to web design so this might be a very dumb question, i dont completly uderstand all the ins and outs of java but im trying to make a username and password registration for a Forum. anyone know how or where i can make or find iunfo on how to make this?thanks in advanceThe Newbie

Link to comment
Share on other sites

Don't use javascript for this, use a server side language like the ones below.for PHP: http://www.w3schools.com/php/php_forms.aspfor ASP: http://www.w3schools.com/asp/asp_inputforms.aspYou will also have to link to a database to save the info: http://www.w3schools.com/sql/default.asp

Link to comment
Share on other sites

JavaScript and Java are 2 seperate languages and have nothing in common apart from the name.W3Schools don't have any tutorials on Java but they have them on ASP and PHP which in connection with a database like mysql could build you a forum.I've no doubt you could use Java to build a forum but you wont learn how to do it here.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...