[PHP-WIN] Double quotes and HTML

2005-11-16 Thread Wayne Khan
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

[PHP-WIN] Re: Intercept image request

2005-11-16 Thread Eric Frost
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

[PHP-WIN] Intercept image request

2005-11-16 Thread Eric Frost
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

Re: [PHP-WIN] Exec problem (using Winzip - command line)

2005-11-16 Thread Chuck Anderson
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

Re: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Robert Twitty
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.

Re: [PHP-WIN] Exec problem (using Winzip - command line)

2005-11-16 Thread trystano
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

[PHP-WIN] Re: Command mode question

2005-11-16 Thread Marc Ferguson
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

SV: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Joakim Ling
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]

Re: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Frank M. Kromann
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