ScrewLooseSalad Posted June 5, 2013 Share Posted June 5, 2013 Having just barely got to grips with PHP, I have made a PHP app that can be used to fill out out forms, at the moment it is a step by step process, loading a different function from a PHP file full of functions, loaded one at a time; when filling in an address, it is possible to load an address previously used, this is simply done by reloading the same PHP function with a MySQL lookup, it works great as is, but to make the app work more dynamically, I'd need to allow the user to fill in the whole form in one go. However, to write the whole form in one go I'd need to load this address into a possibly half completed form... As far as I can tell this isn't something suited to PHP, I believe JavaScript is the way to go; however I have never worked with JavaScript before, I was hoping someone could point me toward some tutorials and some relevant sample code for me to read through. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/278806-auto-fill-out-address-from-mysql-database/ Share on other sites More sharing options...
davidannis Posted June 5, 2013 Share Posted June 5, 2013 I think you want to use jQuery and Ajax. I would suggest buying a book and working through it. Quote Link to comment https://forums.phpfreaks.com/topic/278806-auto-fill-out-address-from-mysql-database/#findComment-1434247 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.