0

I am trying to implement an store locator using php and mysql and google maps I have gone through this article "https://developers.google.com/maps/articles/phpsqlajax_v3 " it says "Check your configuration or try initializing a domxml_new_doc() to determine if your server's PHP has dom_xml functionality on." But apparantly mine is not on because it is giving me this error : "Fatal error: Call to undefined function domxml_new_doc() in C:\wamp\www\StoreLocator\phpsqlajax_genxml.php on line 5" I am using php 5, and I am not sure how I can turn it on. Please help me with your opinions.

geocodezip
  • 158,664
  • 13
  • 220
  • 245
user1836957
  • 427
  • 2
  • 9
  • 24

1 Answers1

0

This question might help answer your problems.

Are you sure you want to go down the XML route and not the JSON one?

Community
  • 1
  • 1
Rafe
  • 793
  • 6
  • 15