RE: [PHP-WIN] Redirect browser to another URL?

2002-11-29 Thread Jack Kelly Dobson
ipt for other internal systems here. Maybe at some point I'll rewrite it so the re-direction can be server side but for now it's serving my purposes. j- Jack Kelly Dobson Systems Administrator Charlton [EMAIL PROTECTED] > -Original Message- > From: Rich Gray [mailto:[EMAIL P

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-27 Thread Jack Kelly Dobson
n your library, yet > another way to redirect from anywhere in your script > > function redirect($url){ > echo "window.location.replace(\"".$url."\")"; > } > > usage: > > blah > blah > redirect("any_url"); > > exit; > >

[PHP-WIN] Redirect browser to another URL?

2002-11-26 Thread Jack Kelly Dobson
Hello, Anyone know how to have a script re-direct the browser to a URL cleanly? I've tried using header("location:" . $url); but I'm running into a problem with a server error saying header data was already sent from "some line in the script that was running" as if the new url is being opened aft

Re: [PHP-WIN] MS FTP ftp_nlist() hang?

2002-11-25 Thread Jack Kelly Dobson
Okay... I just set my script to do 1000 iterations of a call to ftp_nlist() and it didn't so much as hesitate. I'm convinced it's fixed. j- "Jack Kelly Dobson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > H

RE: [PHP-WIN] MS FTP ftp_nlist() hang?

2002-11-25 Thread Jack Kelly Dobson
Happily this bug appears to be fixed in 4.3 release candidate 1 (see: http://qa.php.net). At least I haven't see it fail so far. Way to go dudes! happiness. j- Jack Kelly Dobson Systems Administrator Charlton [EMAIL PROTECTED] > -Original Message- > From: Rich Gray [ma

[PHP-WIN] MS FTP ftp_nlist() hang?

2002-11-25 Thread Jack Kelly Dobson
Hey folks, I'm having a bit of a problem with the FTP functions and Microsoft's FTP software. I've written an app that uploads a file to an FTP server then lists all the files in the directory. When I point this at a Linux FTP server it works fine and doesn't even mind being put into an endless l

[PHP-WIN] Re: mcrypt... where do I get it and how do I compile it?

2002-11-06 Thread Jack Kelly Dobson
Never mind... I figured it out. j- "Jack Kelly Dobson" <[EMAIL PROTECTED]> wrote in message news:20021106175615.52098.qmail@;pb1.pair.com... > Hello, > > I'd really like to start using mcrypt for a few things. Apparently I'm > supposed to compile it

[PHP-WIN] mcrypt... where do I get it and how do I compile it?

2002-11-06 Thread Jack Kelly Dobson
Hello, I'd really like to start using mcrypt for a few things. Apparently I'm supposed to compile it with the Cygwin compiler for the Win32 platform. I've installed the compiler. I'm not sure what I'm supposed to download to get mcrypt or how to compile it. Anyone know of any good instructions o

[PHP-WIN] Re: Isapi Module

2002-11-06 Thread Jack Kelly Dobson
4090.qmail@;pb1.pair.com... > im using it with apache 1.3.27 and winxp, no probs. > > "Jack Kelly Dobson" <[EMAIL PROTECTED]> wrote in message > news:20021105151623.16303.qmail@;pb1.pair.com... > > I've been using it and MySQL under W2k for about a month now with

Re: [PHP-WIN] Re: Isapi Module

2002-11-05 Thread Jack Kelly Dobson
y-netgain.com... What kind of load do you get on it? Also I am using SQL Server 2000. Charles -Original Message----- From: Jack Kelly Dobson [mailto:jdobson@;tcgcorp.net] Sent: Tuesday, November 05, 2002 9:16 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Isapi Module I've been using i

[PHP-WIN] Re: Isapi Module

2002-11-05 Thread Jack Kelly Dobson
I've been using it and MySQL under W2k for about a month now with no problems. j- "Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message news:B141BE87473AA64FB24370C43CEA54BD011B45@;ngexbe1.my-netgain.com... Is anyone using 4.2.3 as an ISapi module? All the documentation still says unstable b

Re: [PHP-WIN] PHP Editor

2002-11-05 Thread Jack Kelly Dobson
http://www.crimsoneditor.com It's freeware, It's small, and does syntax highlighting for many languages including PHP. j- "Peter Mr. Eps Thoenen" <[EMAIL PROTECTED]> wrote in message news:A733FF9B1FB0F441B3A6209FF71030E50169B300@;bondsteel2.areur.army.mil... > ftp://ftp.vim.org/pub/vim/pc/gvim6

Re: Re[2]: [PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-04 Thread Jack Kelly Dobson
Passing the whole path does work as well. I wrote the attached script so departments in our company could put files on out internal website by dragging and dropping to a shared folder. I have to find away around the "This page has expired" message when you click the "back" button but other than th

Re: [PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-04 Thread Jack Kelly Dobson
gt; I had similar problems. Use strcmp() with .. and . . > Or use filetype() to determine if it is a file or directory or ... > > > Mike > > > On Fri, 1 Nov 2002, Jack Kelly Dobson wrote: > > > Date: Fri, 1 Nov 2002 16:39:55 -0600 > > From: Jack Kelly Dobson <[E

[PHP-WIN] is_file() can't tell the difference between file and directory in Win32...

2002-11-01 Thread Jack Kelly Dobson
Hello, This is the first time I've worked with these functions so I'm sure it's in Indian, not the arrows. This script identifies both files and directories as directories. What am I doing wrong here? I'm running as a .dll under IIS. "); } else { print($fi

RE: [PHP-WIN] PHP require() circumvents IIS security? Please help.

2002-10-28 Thread Jack Kelly Dobson
> -Original Message- > From: Mikey [mailto:mikey@;splatted.net] > Sent: Monday, October 28, 2002 1:18 PM > To: Jack Kelly Dobson; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] PHP require() circumvents IIS security? Please > help. > > > > Hello, > &g

[PHP-WIN] PHP require() circumvents IIS security? Please help.

2002-10-28 Thread Jack Kelly Dobson
Hello, I just noticed something very concerning and hope someone has some answers... I'm running php 4.2.3 under W2k IIS as a .dll. I have a directory set up with no anonymous access to it and security set to "Integrated Windows Authentication". If I try to load the page directly from the brows