On Wed, 5 Aug 2009 18:11:44 +0200, "Ralph Deffke" wrote:
> I assume that the comments are collected by a browser form provided by you !
> do u use the form attribute "accept-charset" ? I always do and I always use
> UTF-8 homogeniously throughout my application I never had that problem.
Don't for
I assume that the comments are collected by a browser form provided by you !
do u use the form attribute "accept-charset" ? I always do and I always use
UTF-8 homogeniously throughout my application I never had that problem.
"Sándor Tamás (HostWare Kft . )" wrote in message
news:9ac01674e03a4
Hi Manuel
>> Hotmail will accept mail delivery from PHP ?
>
> Sure. There is nothing specific of PHP that prevents Hotmail from
> accepting messages sent by PHP scripts.
I used your test_smtp_message.php setting "to_address" to my hotmail,
localhost to my ip on dyndns, smtp_host to www.hotmail.c
Ok I give it a try as soon as I can.
>> Hotmail will accept mail delivery from PHP ?
>
> Sure. There is nothing specific of PHP that prevents Hotmail from
> accepting messages sent by PHP scripts.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
Hello,
on 03/29/2008 12:43 PM Bill said the following:
>> You can build mailto: links with a default subject and text, but I am
>> not sure you can force Outlook to use specific HTML. It's wiser to not
>> rely on mailto: .
>
> Hotmail will accept mail delivery from PHP ?
Sure. There is nothing s
Bill wrote:
>> You can build mailto: links with a default subject and text, but I am
>> not sure you can force Outlook to use specific HTML. It's wiser to not
>> rely on mailto: .
>
> Hotmail will accept mail delivery from PHP ?
mailto: links have nothing to do with PHP but generally speaking mai
Hi Manuel
> You can build mailto: links with a default subject and text, but I am
> not sure you can force Outlook to use specific HTML. It's wiser to not
> rely on mailto: .
Hotmail will accept mail delivery from PHP ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visi
Hello,
on 03/28/2008 12:08 PM Bill said the following:
> Hi Manuel
>
>>> In the body that column shows " Brébeuf " in Windows Outlook.
>
>> You may want to try this MIME message composing and sending class that
>> http://www.phpclasses.org/mimemessage
>
> Looks great Manuel.but my server is under
Hi Manuel
>> In the body that column shows " Brébeuf " in Windows Outlook.
> You may want to try this MIME message composing and sending class that
> http://www.phpclasses.org/mimemessage
Looks great Manuel.but my server is under dyndns and the DN isn't qualified
so no mail functions available
Hello,
on 03/26/2008 04:57 PM Bill said the following:
> A column in a table has" Brébeuf " in it. (3rd caracter is é)
>
> I use that table to send emails.
>
> In the body that column shows " Brébeuf " in Windows Outlook.
>
> How could I translate to the correct encoding so that accents show c
Are characters such as àâáâãäåèéêë and others
like them considered UTF-8 characters? If it is
considered UTF-8 characters, it still manages
itself to be displayed correctly under
ISO-8859-1. The page contains those type of
characters and it is being displayed under
ISO-8859-1. However, if I c
Try multibyte functions (http://www.php.net/manual/en/ref.mbstring.php):
mb_decode_numericentity
mb_encode_numericentity
mb_convert_encoding
See below:
';
echo c_to_n(n_to_c('“'));
?>
Hope it helps,
Lucian
"Roland" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I'm trying t
Fanda wrote:
> Hi,
> can I use some php funciton to convert strings to charset iso-8859-2? Do
> exists some function to detect encoding of string?
Try multi-byte string module.
It can detect encoding and convert one from another.
Look for PHP manual for details. You might also interested in ico
13 matches
Mail list logo