No, the .net (XP) servers are still in beta. Not sure of the release
date.
-Original Message-
From: Tyler Worman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 8:46 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] having a problem with windows xp + php
Is there a server
Is there a server version of xp? I heard about .net server but that isn't
out yet. And i have the bgi version running now but id like the auth
functions of php. Thats why i want to run isapi. I had apache running but
then i didn't have vb asp support.:/
- Original Message -
From: "Scott St
Come to think of it I have MS SMTP service from the IIS install, I wonder
if you install that, then point it to your ISP if that would work.
On Thu, 28 Feb 2002, DL Neil wrote:
> Please post the mail section of your php.ini file.
> Have you checked that a email client, eg OL/OE, can use the
Ok last thing i disocverd about this problem was
that I was not only unable to do mail() from PHP but any other socket
connection was not succesiful. It worked fine when i start php.exe in
shell (command line) but the same script would not connect to anything
(even localhost) if run by IIS4. i try
I was having trouble with XP Pro and PHP, so I went back to 2000. Have
you tried using the CGI version of PHP instead to see if it works better?
Also the Pro versions (NT Workstation, 2000 Pro, XP Pro) have a hard limit
of 10 connetions. You can not change that, you have to upgrade to 2000
Please post the mail section of your php.ini file.
Have you checked that a email client, eg OL/OE, can use the SMTP server
successfully?
Please advise,
=dn
> i have tried that solution, but its still not working.
> do you know another method?
>
> > If your ISP does not mind just put their SMTP s
Has anyone had any success with this? What technology did you use? I found
one person using COM to invoke Outlook, any other approaches?
I was thinking of using COM functions to access MAPI, what would you
recommend here?
thanks,
Warren Vail
Tools, Metrics & Quality Processes
215 Fremont 02-6
i have tried that solution, but its still not working.
do you know another method?
- Original Message -
From: "Scott St. John" <[EMAIL PROTECTED]>
To: "Adolfo Meneses" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 5:34 PM
Subject: Re: [PHP-WIN] sendmail for
hi,
I'm having a problem with windows xp using IIS 5.0 It's windows XP pro. I'm trying
to run php as an ISAPI module (i may have screwed up the initals but i think thats
it). Well everytime i follow the instructions in the php readme for use on IIS i have
a problem. It will not load the dll.
Ah, read the manual, good plan...
Before you get started, you have a lot to download...
"Barry Wom" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello there,
>
> I'm trying to compile php 4.1.2 on windows 2000 with VC++ 6.
>
> I'm in the win32 folder b
Hi,
If you download the windows installation from www.php.net/downloads and you
have IIS installed then you shouldn't need to do any registry editing or
anything complex.
You need to put your .php script files you've created in the web root
folder not the sytem root, this is usually c:\inetp
Hello there,
I'm trying to compile php 4.1.2 on windows 2000 with VC++ 6.
I'm in the win32 folder builidng the project php4.dsw and I get the
following
D:\src\php-4.1.2\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory
which is true,
"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
> http://security.e-matters.de/advisories/012002.html states that the
security
> holes in 4.05 - 4.11 do only concern PHP on Linux and Solaris.
Oh yeah, well spotted!
it doesn't mention that on the CERT site
htt
Yup! That could be a good idea! Let me try!
Thanks buddy!
Afan
- Original Message -
From: Ryan Marrs
To: 'Afan Pasalic'
Sent: Thursday, February 28, 2002 4:03 PM
Subject: RE: [PHP-WIN] Fw: php to poup window
Perhaps sessions?
Register the variables in a session,
That's correct, but I would rather not to use URL to transfer info (names,
passwords...). It must be hidden. Any other idea?
afan
- Original Message -
From: Ryan Marrs
To: 'Afan Pasalic'
Sent: Thursday, February 28, 2002 3:56 PM
Subject: RE: [PHP-WIN] Fw: php to poup windo
Hi,
I'm trying to, after submitting a form, open a popup window and print all info in the
popup window.
I use the following code - which of course doesn't work:
Untitled