hxrz owner Posted June 8, 2007 Share Posted June 8, 2007 the problem is, ive been looking on all these sites and i havent been able to find a javascript code that can make a user register AND login all in one, Question, is it even posible to do in javascript? if so where can i get the code Link to comment https://forums.phpfreaks.com/topic/54819-problemquestion/ Share on other sites More sharing options...
bobleny Posted June 9, 2007 Share Posted June 9, 2007 By login, do you mean check the username and password the user enters into a form and then checked against a database? If that is the case, you can't do that with Javascript. You can use Javascript to validate your form if you choose. Though, you also need to validate it with a server side language. You can use AJAX to submit data to the server to and sign the up and sign them in like that if you choose. Link to comment https://forums.phpfreaks.com/topic/54819-problemquestion/#findComment-271235 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.