utf8_encode ($story);
Totally works. Thanks again
Search found 5 matches
- Thu Jun 28, 2007 10:18 pm
- Forum: PHP - Code
- Topic: Need some help with XML composition.
- Replies: 7
- Views: 1163
- Thu Jun 28, 2007 10:16 pm
- Forum: PHP - Code
- Topic: Need some help with XML composition.
- Replies: 7
- Views: 1163
Thanks
Thanks a million.
-Dan
-Dan
- Thu Jun 28, 2007 10:05 pm
- Forum: PHP - Code
- Topic: Need some help with XML composition.
- Replies: 7
- Views: 1163
These are the error messages
These are the error messages. I think I am seeing the problem. Is it in an incompatible format? Thanks for the continued help. Warning: DOMDocument::saveXML() [function.DOMDocument-saveXML]: string is not in UTF-8 in /services/webpages/c/o/collinsreport.net/public/SaveStory.php on line 130 FILENAME:...
- Thu Jun 28, 2007 9:18 pm
- Forum: PHP - Code
- Topic: Need some help with XML composition.
- Replies: 7
- Views: 1163
- Thu Jun 28, 2007 7:31 pm
- Forum: PHP - Code
- Topic: Need some help with XML composition.
- Replies: 7
- Views: 1163
Need some help with XML composition.
I just dont get why this does't work... XMLStory is a subset of XMLBlog. XMLStory has two children, story_teaser, and story_body. I have a handful of other tags in the XML document...but for some reason $XMLStoryBody->appendChild( $dom->createTextNode($story) ); does not work. If I put something dir...