Hi,
this is working but I would like better solution:
function Decode_String($text)
{
$from = Array("Á", "á", "Č", "č", "Ď", "ď",
"É", "é", "Ě", "ě", "Í", "í", "Ň",
"ň", "Ó", "ó", "Ř", "ř","Š", "š",
"Ť", "ť", "Ú", "ú", "Ů", "ů", "Ý",
"ý", "Ž", "ž");
$to = Array("Á", "á", "Č", "č", "Ď", "ď", "
strings, but I tried 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
my mistake, of course 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
Hello,
I get from webservice strings like this:
Česko anglické gymná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 Krejca
ICQ
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:
Bc. Radek Krejca
ICQ: 65895541
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
My idea 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
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 t
Hello,
I have question for safe mode. I can allow for some users file upload with
safe mode. In httpd.conf I have eg.:
ServerAdmin webmaster@somedomain
DocumentRoot /home/someuser/www
ServerName name
php_admin_value upload_tmp_dir /home/someuser/tmp
But this isn't working. Serv
> > i want to send emails with attachements... can I modify the
> > mail()-function
> > or how can I perform this?
> > please email me - thank you!
>
> There's a class available here which will do it:
>
> http://www.heyes-computing.net
or use function IMAP_Mail_Compose(), in the manual is very go
10 matches
Mail list logo