The default connection timeout in IIS is 900 seconds. It can be changed in "Internet
Service Manager" by right clicking on the web site and select Properties.
- Frank
> I have had this problem intermittantly also. I was talking about it with
> people at the PHP Conference out in San Diego and
I have had this problem intermittantly also. I was talking about it with
people at the PHP Conference out in San Diego and it seems that those
processes clean themselves up after a certain amount of time once IIS
releases them. From what I've been told it mainly occurs when someone
clicks a link
> <[EMAIL PROTECTED]> wrote in message
> 011401c11958$26d38f60$[EMAIL PROTECTED]">news:011401c11958$26d38f60$[EMAIL PROTECTED]...
> let's say there is an array with 10 elements.
> One of elements has value 'xyz123' - I do not know which one.
> How can I extract this element from the array and
> h
>From the manual
Note: You can't use remote files in include() and require() statements on
Windows.
HTH
Ignatius
- Original Message -
From: "Vasu Gokaraju" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 31, 2001 12:58 AM
Subject: [PHP-WIN] include()ing the remote file
Easiest (not best or fastest I'm sure) is Walk through the original
array ...
For(i=0,j=0; i < $array.count; i++)
{
//Look for your xyz123 (if its not there write to new array)
if array(i) != "xyz123"
{
$array2(j) = $array(i)
php-windows Digest 30 Jul 2001 21:40:36 - Issue 676
Topics (messages 8560 through 8581):
COM and Messenger
8560 by: Jonathan Marriott
WINNT - PHP @#%^ UP!!
8561 by: Leon
Re: Having PHP inside of ASP using the #include VIRUTAL= directive??
8562 by: elias
856
Hi all,
my problem is following:
let's say there is an array with 10 elements.
$array = array('$value1', '$value2', '$value3', '$value4', '$value5', '$value6',
'$value7', '$value8', '$value9', '$value10');
One of elements has value 'xyz123' - I do not know which one.
How can I extract this elem
What web server service is the server using? Apache? IIS?
Adam Oliver wrote:
> I install PHP on my Win2K server with SP2. When I browse to the page with
> phpinfo() to test the installation it works fine. I use the IP address
> since you have to got through the server so the PHP is parsed so i
I install PHP on my Win2K server with SP2. When I browse to the page with
phpinfo() to test the installation it works fine. I use the IP address
since you have to got through the server so the PHP is parsed so it should
be connecting as a normal internet user. However, when looking at the page
I just tryed and it doesn't work. This is because the ASP compiler
can't call an external compiler.
When you try it the result is going to be the insertion of the PHP code
as it is.
So you can call your PHP using the IFRAME tag or the FRAME tag.
Example:
Hope this will help you.
Enrique
DAMNIT
Here is the deal:
It installs to 'currentloggedinuser' \ windows OK
Jason Brooke wrote:
> > Hi again
> >
> > NT sticks the ini file in the windows directory of the profile of the
> person
> > who is logged in:)
> >
> > get it?
> >
> > ie: not in the %systemroot% as it should!!!
>
>
On Monday 30 July 2001 15:43, Jason Brooke wrote:
> > Hi again
> >
> > NT sticks the ini file in the windows directory of the profile of the
>
> person
>
> > who is logged in:)
> >
> > get it?
> >
> > ie: not in the %systemroot% as it should!!!
>
> I don't agree with this comment, because I don't
Hi,
I have PHP 4.0.5 installed on Windows 2000 server. I used include() function and
relative paths to include files located under the same web site. When I tried to
include() files located on different web site on the same machine with explicit paths,
I get the following warning:
Warning:
I just installed 4.0.6 last week on my NT machine using the
administrator account and it put it where it was supposed to be in
/WINNT. Perhaps your machine is configured improperly?
Leon wrote:
>
> Hi again
>
> NT sticks the ini file in the windows directory of the profile of the person
> w
> Hi again
>
> NT sticks the ini file in the windows directory of the profile of the
person
> who is logged in:)
>
> get it?
>
> ie: not in the %systemroot% as it should!!!
I don't agree with this comment, because I don't think non-administrator
users have any business putting files into %systemr
Hi again
NT sticks the ini file in the windows directory of the profile of the person
who is logged in:)
get it?
ie: not in the %systemroot% as it should!!!
Cheers
Phil Driscoll wrote:
> On Monday 30 July 2001 14:44, Leon wrote:
> > Hi
> >
> > Definately the installer from php.net!!!
> > It
Hi
Porting a counter program from PHP to ASP should be quite easy so why don't
you do so?
Regards, John
"Elias" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I don't think you can get the file processed twice by the server.
> It's either PHP or ASP.
>
> "K
On Monday 30 July 2001 14:44, Leon wrote:
> Hi
>
> Definately the installer from php.net!!!
> It is a NT 2000 issue... not PHP installer but it is still a problem and
> this is still the fix.
>
The installer asks the OS for the windows directory (which AFAIK should be
WINNT for NT and W2K) and st
i'm new to php but fluent in asp. i'm running php 4.04 and gd library 1.3 for
gif support. i'm simply trying to create a thumbnail from an existing gif
file. the code i'm using errors on the final imagegif() property. has anyone
used php for thumbnailing gif's before? here's my php link follo
Hi
Definately the installer from php.net!!!
It is a NT 2000 issue... not PHP installer but it is still a problem and this
is still the fix.
Cheers
Phil Driscoll wrote:
> On Monday 30 July 2001 14:22, Leon wrote:
> > Here it is:
> >
> > When installing PHP, the installer places the php.ini file
On Monday 30 July 2001 14:22, Leon wrote:
> Here it is:
>
> When installing PHP, the installer places the php.ini file in the profile
> of whoever is running the installer...
Whoa! Which installer does this? Certainly not the one on the www.php.net
site!
--
Phil Driscoll
--
PHP Windows Mailin
Here it is:
When installing PHP, the installer places the php.ini file in the profile of
whoever is running the installer for the syteme to parse the ini file: move
the ini to the default user profile in a directory called windows similar to:
C:\Documents and Settings\Default User\windows\php
> I'm not sure about calling a PHP page from an ASP page, but I have called
a PERL-based cgi from a php using the php include function. The only thing I
had to do was include the file using a full url instead of just the relative
filename.
>
> Example:
>
> http://myserver.com/cgi-bin/includeme.cgi
I went to your site ... nifty site (took forever toload even on DSL),
but where'd you hide your stuff on the mail function?
My mailing function works what I want/need to know is why doesn't work with
attachments greater than 2 KB?
I know I'm not the only one experiencing this and I've RTFM and
I'm not sure about calling a PHP page from an ASP page, but I have called a PERL-based
cgi from a php using the php include function. The only thing I had to do was include
the file using a full url instead of just the relative filename.
Example:
http://myserver.com/cgi-bin/includeme.cgi";) ?>
I don't think you can get the file processed twice by the server.
It's either PHP or ASP.
"Kevin Costain" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I was wondering if anyone had done this before, i would like to add a
> counter to a page that i
Hi all
For all of you wandering why the mail() is not working on your system
Check if PHP is parsing your php.ini file ie: does it know what your smtp address is?
For more info on how to fix this problem.
visit www.onsite.its.uct.ac.za and use the feedback form to give me feedback and
pleas
Has anyone tried using COM with MSN Messenger.
I want to retreive the contacts list and add a contact.
Jon
php-windows Digest 30 Jul 2001 08:41:01 - Issue 675
Topics (messages 8550 through 8559):
Re: test it please
8550 by: G Schneider
array problem??
8551 by: delol.2k.php¤¤..
8552 by: Rasmus Lerdorf
8553 by: delol.2k.php¤¤..
8554 by: Mike Flynn
8
Hi Hagen,
Get Argosoft Mail Server (Freeware) from http://www.argosoft.com/
The Free version is an SMTP server.
The open the php.ini file and change the location of the SMTP mail server
to 'localhost'. Once you do that, you can use the mail() function. make
sure argo soft mail server is running w
30 matches
Mail list logo