CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    1

    Exclamation my problem & xml with dom in php

    the problem is that there is no problem with the code i don't know what''s happening
    briefly that i'm making a bbcode using xml and extract it with dom in php ,
    i made the xml file and extracted it with php but when i use this extraction it says that i have an error in the second extraction and it's written right i don't know what's the problem i need it to be made very soon pleeeeeeeeez help the file is in attachments and the db used in

    note**: using php5 and should remove the semi colon in front of this line:
    extension=php_domxml.dll

    pleez anyone help
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2005
    Location
    Milwaukee, WI
    Posts
    55

    Re: my problem & xml with dom in php

    Well I haven't looked at your code, but I'm curious as to why you are using the old domxml php extension. domxml was in wide use in PHP4 but as of the first released PHP5, SimpleXML was integrated right into PHP which made domxml obsolete.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured