php-windows Digest 8 Apr 2004 04:08:25 - Issue 2199
Topics (messages 23389 through 23395):
Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003...
23389 by: Robert Twitty
Re: Authentication Problem under IIS 5
23390 by: Gabe
SMTP & PHP & Windows 2k/XP
23391 by: G
In the PHP on Windows chapter of Programming PHP, there is mention of a
constant, PHP_OS, that can be used to determine the OS running the
server that PHP is on.
The example code is as follows,
However, rather than checking this value, I'd like to see if flat out. I
tried this,
But it didn'
On Wed, 2004-04-07 at 17:51, jon roig wrote:
> What happens when you try to telnet from the webserver to the smtp
> server port 25?
>
> Can you successfully send an email by hand?
Of course, I done that a million times.
Try this (from memory):
telnet some.mailhost.com 25
HELO host.domain
MAIL
Turns out I got a little ahead of myself in posting this message. I wasn't
done configuring the SMTP server. Sorry, but thanks for replying!
Gabe
"Jon Roig" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What happens when you try to telnet from the webserver to the smtp
> server
What happens when you try to telnet from the webserver to the smtp
server port 25?
Can you successfully send an email by hand?
-- jon
-Original Message-
From: Gabe [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 7:42 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] SMTP & P
Does anyone have any experience with configuring PHP 4.3.4 on Windows 2000
or XP for sending email?
I have PHP working properly and configured the PHP.INI file with the IP
address of the SMTP server and still no luck. I don't get any errors or
anything when trying to use the mail() function in PH
I would make sure that the IUSR_computername user account has at least read
permissions (& maybe execute) to the dll's you mentioned. That's why I left
the dll's in the sapi folder. I didn't want to give the internet user
account specific read permissions to files in my system directory.
Give th
I agree, and that's why I said you were lucky. I work with databases that
use the UNICODE data types nvarchar and ntext. Neither of these types are
supported by DB-Library, and there are no local fixes. The odbc ext also
does not support these types because it does not make use of the UNICODE
ver
php-windows Digest 7 Apr 2004 10:07:38 - Issue 2198
Topics (messages 23387 through 23388):
round corners on jpeg with GD2
23387 by: Achilles Maroulis
Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003...
23388 by: Svensson, B.A.T. (HKG)
Administrivia:
To subscribe to
On Tue, 2004-04-06 at 18:14, Robert Twitty wrote:
> On 6 Apr 2004, Svensson, B.A.T. (HKG) wrote:
>
> > Maybe, but I still need to add code, and that means more code to
> > maintain, more code to execute, more loopholes for bug, etc.
> >
> That's precisely why odbtp is better.
> You don't have to
10 matches
Mail list logo