On Nov 5, 5:38 am, Michael Shafer <[email protected]> wrote: > Andrew, > > I am the web administrator working with Randy on the project. I am > trying to troubleshoot this issue in our IIS environment. I am > running PHP 5.3 and MySQL 5.1.30 and the DOMXML parser is running > under the PHP.ini file. Randy and I have been going back and forth > for about a week trying to get this to work. When we get one thing > working something else breaks. Anyway I ran some tests on the with > the phpsqlsearch_genxml.php file by adding the following string: > (http://branchlocator.wesco.com/branch_search/phpsqlsearch_genxml.php? > lat=39.859207&lng=-77.236626&radius=25) and received the following > error: > > Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to > free result sets which were requested using mysql_query() in Unknown > on line 0 PHP Warning: Unknown: 1 result set(s) not freed. Use > mysql_free_result to free result sets which were requested using > mysql_query() in Unknown on line 0
It seems to be working now. I get: http://branchlocator.wesco.com/branch_search/phpsqlsearch_genxml.php?lat=39.859207&lng=-77.236626&radius=25 <markers> <marker name="Gettysburg" address="1202 Biglerville Road, Gettysburg, PA 17325, USA" lat="39.859207" lng="-77.236626" distance="0" /> </markers> -- Larry > > I can also upload the code that is modified in the > phpsqlsearch_genxml.php file that Randy and I have been working with. > Let me know what info you need from me. > > Mike > > On Nov 5, 8:14 am, Andrew Leach <[email protected]> wrote: > > > > > On Nov 5, 1:10 pm, opusrandy <[email protected]> wrote: > > > > no our versions are a bit different, i have 4.3.8 and i believe they > > > may have a newer version... so where do i go from here? > > > There shouldn't be a problem with that, then. > > > The downloaded XML which they are trying are to parse is crucial to > > diagnosis. That may not be the last word, but without seeing what the > > data is there's no hope of working out what is wrong. > > > Andrew- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
