[PHP] XML dom encode

2002-10-04 Thread Dav rn Jhannsson
?php header(Content-Type: application/xml); //query database records $connection = mysql_connect(localhost, user, pass) or die(can't connect); mysql_select_db(webbish); $query = SELECT id, title, artist FROM xmldb; $result = mysql_query($query); if(mysql_num_rows($result) 0){

RE: [PHP] Re: XML dom encode

2002-10-04 Thread Dav rn Jhannsson
-Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED]] Sent: 4. október 2002 12:23 To: [EMAIL PROTECTED] Subject: [PHP] Re: XML dom encode On 10/04/2002 09:14 AM, 翽 wrote: But I need to modify this script so that I can set the encoding of the xml document to ISO-8859-1 so