Re: [PHP] Problem with special characters - PHP & AJAX

2008-07-07 Thread Jason Norwood-Young
On Mon, 2008-07-07 at 19:35 +0930, Michael Kubler wrote: > Are the messages being sent as UTF-8 or something else? Is the server > sending the headers as something different to that listed in the header? > Actually, looking at it, you don't have a valid DOC-TYPE >

Re: [PHP] Problem with special characters - PHP & AJAX

2008-07-07 Thread Michael Kubler
Are the messages being sent as UTF-8 or something else? Is the server sending the headers as something different to that listed in the header? Actually, looking at it, you don't have a valid DOC-TYPE

[PHP] Problem with special characters - PHP & AJAX

2008-07-06 Thread bperquku
Hi all, I'm writing a simple dictionary with php and ajax. It works perfects with firefox but not in IE. Here is the link http://kllapa.com/fjahalori/test.html I used alerts in js and find out that in the following function: function updateMsgOnBrowser(testXML) { var test = testXML.ge

Re: [PHP] Problem with special characters

2002-03-24 Thread Jason Wong
On Sunday 24 March 2002 17:51, N. Pari Purna Chand wrote: > When a form is submitting data to another php page > it is sending specialcharacters with escape sequences added. > > Ex : > & when i do an > echo $var1; > in the submitted php page > it is showing "c:\\programfiles\\" instead of "c:\pro

[PHP] Problem with special characters

2002-03-24 Thread N. Pari Purna Chand
When a form is submitting data to another php page it is sending specialcharacters with escape sequences added. Ex : & when i do an echo $var1; in the submitted php page it is showing "c:\\programfiles\\" instead of "c:\programfiles\" Howto overcome this ? /Chandu -- PHP General Mailing