RE: [PHP-WIN] XML parsing

2002-05-10 Thread Scott Carr
CTED]] > Sent: Friday, May 10, 2002 3:41 AM > To: Carl Lerche; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] XML parsing > > Toby is right, XML is very very strict, unlike HTML browsers, which have > come to accept sloppy code. However... > > W3C's Tidy program. It can

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Carl Lerche
ay 10, 2002 3:41 AM To: Carl Lerche; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] XML parsing Toby is right, XML is very very strict, unlike HTML browsers, which have come to accept sloppy code. However... W3C's Tidy program. It can clean up HTML and I believe XML. It's a command line pr

Re: [PHP-WIN] XML parsing

2002-05-10 Thread Waldemar Brand Neto
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 7:51 AM Subject: RE: [PHP-WIN] XML parsing > Hi, > > I have a problem with inserting image into the mysql database (Blob field) > with php codes... > > How can i insert a image into the mysql DB with php codes

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Aziz Durmaz
Hi, I have a problem with inserting image into the mysql database (Blob field) with php codes... How can i insert a image into the mysql DB with php codes... I find some codes but they are not work Sample code to upload ... Upload Sample code to show thanks... Aziz Dur

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Ross Fleming
Toby is right, XML is very very strict, unlike HTML browsers, which have come to accept sloppy code. However... W3C's Tidy program. It can clean up HTML and I believe XML. It's a command line prog so should be fairly easy to run from PHP and simply return the output of that program. It's wort

Re: [PHP-WIN] XML parsing

2002-05-10 Thread toby z
well im new vid da thing but the first line i read bout xml waz dat its pretty strick bout its tags if u start one u HAVE 2 end it . i dont think u can get away otherwize . http://www.wrox.com they have good books sorry cant hlp beyond this . :$ toby .