[PHP-WIN] Problem with vowels usinc accent mark

2004-04-17 Thread hch
Hi everybody, i have a small problem and i hope anybody can point me in the right direction... I have some info that i retrieve from a mysql db. The info in these fields is entered by my customer, and most of the times he is using uppercase. When i show the info on my browser i apply ucfirst(strto

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Jordi Canals
Sorry, I forgot ... The SMTP server is running on Linux with Exim 4.24. Is all data I have about the SMTP server because I do not administer it ... Svensson, B.A.T. (HKG) wrote: I have no idae, but M$ invented thier own SMTP, or tried at least, would it work if you write the string like: 'Jordi Can

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Luis Ferro
My PHP.INI: SMTP = smtp.example.com [EMAIL PROTECTED] You have to chance the php.ini configuration to point out to the smtp server and use as sender one valid account there. The current configurations you have in php.ini are the example ones and need to be changed... (either directly or by the

Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-17 Thread Luis Ferro
From Unix to Windows there are lots of things that change, mainly the defined environment vars (a test with phpinfo() in both servers could help out check the diferences) - this may be the reason of some of those path errors... Other diferences are the pathing/disk access (be very carefull of

[PHP-WIN] Re: PHP5RC1 and fasctcgi from Shane Caraveo

2004-04-17 Thread Thierry Bothorel
No, I gave up, as Shane said me he even have not the time to test with PHP5. -- Thierry Bothorel "Marco Montesines" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi, > > Is your problem solved? > > > "Thierry B." <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTE

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Jordi Canals
Luis Ferro wrote: My PHP.INI: SMTP = smtp.example.com [EMAIL PROTECTED] You have to chance the php.ini configuration to point out to the smtp server and use as sender one valid account there. The current configurations you have in php.ini are the example ones and need to be changed... (either d

php-windows Digest 18 Apr 2004 00:19:21 -0000 Issue 2213

2004-04-17 Thread php-windows-digest-help
php-windows Digest 18 Apr 2004 00:19:21 - Issue 2213 Topics (messages 23475 through 23481): Problem with vowels usinc accent mark 23475 by: hch Re: Problems with mail on Windows 23476 by: Jordi Canals 23477 by: Luis Ferro 23480 by: Jordi Canals 23481

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Jordi Canals
Jordi Canals wrote: > The main problem is when sending mail from Windows with the mail() function and using and SMTP server. The mail function modifies the TO header (CC and BCC also). The change made by the mail function does not conform with the RFC 2822 (wich obsoletes 822), and then the SMTP