Hi all,
I'm rather new to PHP... Am taking a maximal PHP, minimal HTML approach;
came from a C/Java background.
I'm use a staged (e.g. stage1, stage2) forms page for the creation of new
user accounts, so I'm getting variables out of $_POST if there are any.
Problem is... I'm getting a weird parse
This did the trick --
http://john.ellingsworth.org/?p=18
Thanks John!
My php code ended up being --
My rewrite rule using Helicon's ISAPIrewrite is
RewriteRule /m.png /m.asp
So when you open this image --
http://www.mp2kmag.com/m.png
it runs the code and then ends up serving
http://www.mp2k
I want to intercept an image request from other web sites, runs some PHP,
and then actually go ahead and serve the image request.
I have ISAPIRewrite installed so I put in this
RewriteRule /m.png /m.php
This part is fine.
To serve the image I tried --
I use m1.png so the request is not loopin
No. Nothing in either log file.
[EMAIL PROTECTED] wrote:
Are you getting anything in your Apache Error/Event logs?
Tryst
-Original Message-
From: Chuck Anderson <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Sent: Mon, 14 Nov 2005 16:31:57 -0700
Subject: [PHP-WIN] Exec problem (us
It may and it may not. I now remember what causes this problem. When a
TCP connection is closed by the client application, the connection is not
completely terminated by the system. The connection is placed into the
TIME_WAIT state in case a packet needs to be resent because of a transport
error.
Are you getting anything in your Apache Error/Event logs?
Tryst
-Original Message-
From: Chuck Anderson <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Sent: Mon, 14 Nov 2005 16:31:57 -0700
Subject: [PHP-WIN] Exec problem (using Winzip - command line)
I wrote a script to backup my T
Hi Tony,
I tried cd \Program Files and cd "\Program files" and they worked. Try it
without the quotation marks.
Marc F.
"TonyY" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi, I have a sample question (I know I did before):
> I can nolonger use the command [>cd "\Program Fi
Sounds good, but where can I find a compiled library for windows? I search
freedts.org, only source code available?
-Ursprungligt meddelande-
Från: Frank M. Kromann [mailto:[EMAIL PROTECTED]
Skickat: den 16 november 2005 17:46
Till: Joakim Ling; php windows
Ämne: Re: SV: SV: [PHP-WIN]
Hi Jocke,
Well asuming that your problems are associated with msdblib. I'm using
msdblib too without any tcp problems so it could also be something else on
your system. This is a simple fix and it will work without changing code or
switching away from ISAPI. You might want to read this article
htt