[PHP-DB] PHP, MySQL, XML books recommendation

2005-07-29 Thread Ng Hwee Hwee
hi guys, any recommendation on good books or resources for me? I'm totally clueless about XML but would love to pick it up now. Any one can give me titles of good books? thanks!! look forward to hear from you, hwee

[PHP-DB] PHP - Dom -XML

2004-04-14 Thread santhosh
How do I install my php which support dom-xml. PHP on my RHlinux 7.2 and PHP 4.3 Regards, Santhosh Kumar.M

[PHP-DB] PHP and XML Parsing

2003-11-26 Thread Rick Dahl
I have a piece of xml that has characters like and other non-normal ones. When I use the $this-parser = xml_parser_create(); functions it doesn't read the entire character sting inside the tag/tag. It stops at the . If I take out the it works perfectly. Any ideas on how I can fix this?

Re: [PHP-DB] PHP and XML Parsing

2003-11-26 Thread Ignatius Reilly
_ - Original Message - From: Rick Dahl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 16:33 Subject: [PHP-DB] PHP and XML Parsing I have a piece of xml that has characters like and other non-normal ones. When I use the $this-parser = xml_parser_create(); functions

[PHP-DB] PHP and XML

2003-08-14 Thread Rick Dahl
What is the best way to parse through a non-repeting XML output using php? - Rick -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHP and XML

2002-08-13 Thread Bernard
Hi, I am new to this list and I hope that it is the right place for a question which is plaguing me: I am using successfully the PHP XML-parser. But I have one problem. I like to include html tags into the texts and I don't want them to be interpreted by the parser. But I can't prevent it. It

RE: [PHP-DB] PHP and XML

2002-08-13 Thread Hutchins, Richard
, 2002 5:53 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] PHP and XML Hi, I am new to this list and I hope that it is the right place for a question which is plaguing me: I am using successfully the PHP XML-parser. But I have one problem. I like to include html tags into the texts and I don't want