|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
php parser, prints "object" instead of content XML
Hello fellow members,
I've got a little problem with a php parser that i'm writing with the use of DOMXML. I've attached a zip file, so you can see and test it. The problem is that the content of the xml will not show up in my table. Instead of the content I see in every column "object". please help!! thnx |
|
#2
|
|||
|
|||
|
Problem already solved!!
Delete this row: $bla->aContent[$aPageData[$iItemCntr]->tagname] = get_content(); And change these line's: 78, 83, 88 into: echo "<td><i>" . $oItem->get_content() . "</i></td>"; and line 93 into echo "<td>" . $ratings[$aPageData[$iItemCntr]->get_content()] . "</td>"; |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > php parser, prints "object" instead of content XML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|