Jump to content

zoffmann

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

zoffmann's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. System which I have used Ubuntu Linux 6.10, Apache 1.3x, mysql 4.x, ezpublish 3.9 (cms - written in php). All that is connected to Tinyerp (e-commerce system - written in Python). Tinyerp should take information from webshop which is in ezpublish intreface. In the other words: PHP and Python have to talk with each other. Or with schema: webshop ezpublish <= ===tinyerp-connector=== => tinyerp [/td] should communicate in both ways [td] I have used --with-xmlrpc but my application tinyerp-connector (application which connects these two) crashes all the time. Some more questions from me: Is this only setting which can affect functioning of xmlrpc? Where the " [DIR] " exactly should point to ? best regards.
  2. Hi, I have a question: I would like to compile php with xmlrpc support. How do I configure php? Thanks in advance
  3. What I know now that I need to install xmlrpc-epi C extension, but I can't find library: libxmlrpc.so Does anybody know where to find this library and how to install it?
  4. Hi, I have installed LAMP environment and applications which use php (tinyerp connector with ezpublish). Application "Tinyerp connector" needs the following libraries: libxmlrpc-epi-php.so libxmlprc.so.0 How to configure php to include these libraries? thanks in advance for you answer
  5. I have two files: the form.html (collecting information) is saved as UTF-8 and sendmail.php (sending information as email) is saved as UTF-8 If i don't use your piece of code If I look in my "yahoo" mail account and change to UTF-8 in my browser then everything is all right. If I look in my "webmaster mail" account: browser changes automatically to UTF-8 and letters are wrong anyway. Now after some changes I have to send emails from the form to the "webmaster" account and I don't care which encoding to use only if it works in webmaster account: What shall I do ? ???
  6. Thanks, I'll try your suggestion tomorrow. I hope it works, thanks one more time.
  7. I have tried on your way but I can't receive mail at all. I have also tried like this: mail( $to, $subject, "\r\n--deadbeef-for-dinner\r\n" . "Content-Type: text/plain; " . "charset=\"iso-8859-1\"\r\n" . "Content-Transfer-Encoding: 7bit\r\n\r\n" . $message); an I get the messages but they are not formated as iso-8859-1 ??? And I didn't tell you I would like to send messages as plain text in iso-8859-1
  8. Hi, I would like to make a form which collects information from the visitors of the site, then this information is send to my email. everything works, but the messages are sent as UTF-8 and I would like to send as iso-8859-1 I have the following piece of code in my sendmail.php file: $mailsent = mail ($to, $subject, $message); My question is: how to format variable $message as iso-8859-1 ? Thanks in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.