bzswords / HospitalRadar

Web Application that tracks the location and information of hospitals based on user input
0 stars 0 forks source link

PHP JS Integration #13

Closed atareen closed 10 years ago

atareen commented 10 years ago

Update php is now on the dev branch. This needs to be integrated with the javascript such that when a hospital blip is clicked, the javascript calls the php which actually runs the relevant query and displays the information. In essence, we want to not pull the data from a file but instead from the database.

bzswords commented 10 years ago

PHP will write query results to XML which JS will then parse: https://developers.google.com/maps/articles/phpsqlajax_v3

bzswords commented 10 years ago

d125814d26b1f3dcead54f3223e5cae90c6cbaa9