weblizzer Posted December 2, 2006 Share Posted December 2, 2006 Hello everyone i have problem regarding the to check the user! im about to make a registration to check the user if it is existing or available just like if you sign up in yahoo. to check your username! then i try to embadded it to javascript is it possible? thanks in advance Link to comment https://forums.phpfreaks.com/topic/29182-check-user-if-available/ Share on other sites More sharing options...
kickassamd Posted December 2, 2006 Share Posted December 2, 2006 Javascript cant do it because it cant interact with server unless maybe you have PHP build JS before it goes to client with all the username's taken. Or use AJAX.Its really just easier to have the user submit the form, then have PHP see if its available. Link to comment https://forums.phpfreaks.com/topic/29182-check-user-if-available/#findComment-133784 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.