i tried to edit the comment in php.ini of dom xml but after that i get this error Warning: domnode::append_child() expects parameter 1 to be object, null given i dont know what is the cause
2009/9/9, Andrew Leach <[email protected]>: > > On Sep 9, 9:50 am, amira benfradj <[email protected]> wrote: >> hello, >> when i point my browser at ajax.php file i get this error Fatal error: >> Call to undefined function domxml_new_doc() i dont know how to resolve >> it > > domxml_new_doc() was introduced in PHP 4.2.0, so presumably your > version of PHP is earlier than that. > > I guess you're using something like > http://code.google.com/apis/maps/articles/phpsqlsearch.html#outputxml > > You need to write your XML explicitly using echo. See > http://gmaps-samples.googlecode.com/svn/trunk/articles-phpsqlsearch/phpsqlsearch_genxml_php4.php > > Andrew > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
