Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 10 Online
OpenStudy (anonymous):

please tell me how to make a user login page using javasccript and php????

OpenStudy (anonymous):

This course is an intro class using Python. What you'll need is to learn a little SQL database fundimentals, then php to communicate with the login table(s) in that database and then javascript to turn it into a nice popup window.

OpenStudy (nowhereman):

but javascript is really unnecessary, if really you need popup functionally you could even use css for that

OpenStudy (anonymous):

Yeah, since you will be dealing with login stuff, PHP is all that's necessary since it's server-side (as opposed to JS which is client-side). I'd set it up in PHP first with HTML inputs, and you can link it to a MySQL database, which I'd suggest. You can then add JavaScript later if you'd like but it's really not necessary.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!