ghgarcia Posted December 20, 2006 Share Posted December 20, 2006 I would like to access my mysql database from within a web page using Ajax. This would allow for a popup with a mouseover giving information from my database. Any help would be greatly apprecaited.Thanks,G Link to comment https://forums.phpfreaks.com/topic/31301-phpmysql-accessing-using-ajax/ Share on other sites More sharing options...
drifter Posted December 20, 2006 Share Posted December 20, 2006 do you at least have a start to some code? I know I learned a lot about AJAX from google maps - I know you do not want to map, but there is a whole ton of people there that all they do is AJAX. may at least get you a start. Link to comment https://forums.phpfreaks.com/topic/31301-phpmysql-accessing-using-ajax/#findComment-144860 Share on other sites More sharing options...
ghgarcia Posted December 20, 2006 Author Share Posted December 20, 2006 I have an application that shows a list of my users and allow the admin to update some information for each user. One of the options is to display all user information in a form by the press of a button (which requires a turn around to the server and a refresh of the screen) What I'd like to do is on a mouseover the user name go to the server and get the user's detailed information and display it as a pop up without refreshing the screen. You can check out the script by going to [url=http://lvbash.comp/phpfootball20/users.php]http://lvbash.comp/phpfootball20/users.php[/url].If I can get this to work I will modify my site to do more Ajax. I just looking for a simple example that I can modify.Thanks Link to comment https://forums.phpfreaks.com/topic/31301-phpmysql-accessing-using-ajax/#findComment-144867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.