total noob Posted January 9, 2012 Share Posted January 9, 2012 What is the best way to handle an auto database check? could php do this without the help of JQUERY or JAVASCRIPT? Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/ Share on other sites More sharing options...
litebearer Posted January 9, 2012 Share Posted January 9, 2012 what is it specifically that you want to check? Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305831 Share on other sites More sharing options...
Muddy_Funster Posted January 9, 2012 Share Posted January 9, 2012 yeah, please elaborate on what you meen by "auto database check" Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305834 Share on other sites More sharing options...
ManiacDan Posted January 9, 2012 Share Posted January 9, 2012 As one of the mods on here will say: In programming, "automatic" means you write the code to do it. Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305835 Share on other sites More sharing options...
total noob Posted January 9, 2012 Author Share Posted January 9, 2012 I want to check the username name on the database everytime the user registers for a new account... When the user leaves the textbox then it will trigger to check if it is available or not... Can php do this without any help from javascript or jquery? thanks Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305840 Share on other sites More sharing options...
kosaks17 Posted January 9, 2012 Share Posted January 9, 2012 I think you will have to use javascript on that one to trigger your php script. Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305841 Share on other sites More sharing options...
Muddy_Funster Posted January 9, 2012 Share Posted January 9, 2012 you will need javascript (is one flavour or another) for that kind of onBlur effect to process. Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305843 Share on other sites More sharing options...
total noob Posted January 9, 2012 Author Share Posted January 9, 2012 Thanks guys.. Link to comment https://forums.phpfreaks.com/topic/254663-a-short-question/#findComment-1305845 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.