php_b34st Posted August 18, 2008 Share Posted August 18, 2008 I currently have a javascript form, a user enters codes into the form press's submit then the rest of the info is retrieved from a a mysql db using php the user is then asked if this information is correct before proceding. I was wondering if this could be done instantly using javascript? There iss 11 textfields where a user must enter the codes say when they enter the code then click the next box can the info be retrieved from the db and be displayed straight away and so on for all 11 fields? then the user just has to click submit once. thanks in advance Link to comment https://forums.phpfreaks.com/topic/120240-javascript-and-mysql-database/ Share on other sites More sharing options...
Mchl Posted August 18, 2008 Share Posted August 18, 2008 Answer's short. No. I misunderstood what you're asking about. Answer's short. Yes. You need to read about AJAX. Link to comment https://forums.phpfreaks.com/topic/120240-javascript-and-mysql-database/#findComment-619404 Share on other sites More sharing options...
php_b34st Posted August 18, 2008 Author Share Posted August 18, 2008 thanks Link to comment https://forums.phpfreaks.com/topic/120240-javascript-and-mysql-database/#findComment-619406 Share on other sites More sharing options...
tonnydabb Posted August 19, 2008 Share Posted August 19, 2008 hi' AJAX might be the proper approach to your problem. Link to comment https://forums.phpfreaks.com/topic/120240-javascript-and-mysql-database/#findComment-619915 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.