plutomed Posted May 26, 2008 Share Posted May 26, 2008 When I use this: <? $doc = new DOMDocument(); ?> I get this error: Fatal error: Cannot instantiate non-existent class: domdocument in /home/plutomed/public_html/simple_calender/get_date_data_1.php on line 2 How come? Link to comment https://forums.phpfreaks.com/topic/107337-solved-domdocument/ Share on other sites More sharing options...
BlueSkyIS Posted May 26, 2008 Share Posted May 26, 2008 i believe that requires php 5 Link to comment https://forums.phpfreaks.com/topic/107337-solved-domdocument/#findComment-550330 Share on other sites More sharing options...
plutomed Posted May 26, 2008 Author Share Posted May 26, 2008 Ah yes thanx. What can I use for parsing XML files instead then. Or I could try and get my hosting to install php 5. ??? Link to comment https://forums.phpfreaks.com/topic/107337-solved-domdocument/#findComment-550335 Share on other sites More sharing options...
BlueSkyIS Posted May 26, 2008 Share Posted May 26, 2008 http://www.google.com/search?q=php+xml+parser Link to comment https://forums.phpfreaks.com/topic/107337-solved-domdocument/#findComment-550337 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.