[PHP] ANSI to ISO-8859-2

2008-09-19 Thread Bc. Radek Krejca
Hello, I get from webservice strings like this: #x10C;esko anglick#xE9; gymn#xE1;zium I think, that is ANSI, but how to convert it to something else (the best is iso-8859-2). I am trying iconv function, but ANSI parameter is not supported. Thank you Radek -- Regards, Bc. Radek

Re[2]: [PHP] ANSI to ISO-8859-2

2008-09-19 Thread Bc. Radek Krejca
that ASCII. I go try you hint and I will write result. Thank you, Radek -- S pozdravem, Bc. Radek Krejca ICQ: 65895541 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] ANSI to ISO-8859-2

2008-09-22 Thread Bc. Radek Krejca
html_entity_decode, but withut success. So I have to make conversion table with all characters :-(. -- S pozdravem, Bc. Radek Krejca ICQ: 65895541 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[4]: [PHP] ANSI to ISO-8859-2

2008-09-23 Thread Bc. Radek Krejca
Hi, this is working but I would like better solution: function Decode_String($text) { $from = Array(#xC1;, #xE1;, #x10C;, #x10D;, #x10E;, #x10F;, #xC9;, #xE9;, #x11A;, #x11B;, #xCD;, #xED;, #x147;, #x148;, #xD3;, #xF3;, #x158;, #x159;,#x160;, #x161;, #x164;, #x165;, #xDA;, #xFA;, #x16E;,

Re: [PHP] Re: Problem with REQUIRE in PHP 4.3.0

2002-12-29 Thread Bc. Radek Krejca
Hello, no, I didn't try it. But I compile all versions before and no problem. And I have computer with very similar configuration - work. On machine with OpenBSD 3.0 PHP 4.3.0 works, on machines with BSD 3.1 not but I don't know why. What I may check? g You could try adding the path of

[PHP] PHP 5.2.0 + qmail problem

2007-01-26 Thread Bc. Radek Krejca
is that qmail doesn't trim body of message and newer PHP too bud I don't know if I am right. Where could be a problem? -- S pozdravem, Bc. Radek Krejca ICQ: 65895541 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with spam

2007-03-05 Thread Bc. Radek Krejca
Bc. Radek Krejca ICQ: 65895541 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP] Problem with spam

2007-03-05 Thread Bc. Radek Krejca
Hello, JM grep -l mail( *.php I of course tried this before but I have hundereds domains and a lot of files where clients using function mail. -- Regards, Bc. Radek Krejca ICQ: 65895541 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php