Re[2]: [PHP] Problem with PHP as CGI

2001-05-23 Thread Richard Kurth
00x [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, May 23, 2001 20:33 >> To: Stuart J. Browne; [EMAIL PROTECTED] >> Subject: Re: [PHP] Problem with PHP as CGI >> >> >> This is not an answer, but a further question on this subject. Do you (or >> anybody) kno

RE: [PHP] Problem with PHP as CGI

2001-05-23 Thread ..s.c.o.t.t..
code. > -Original Message- > From: midget2000x [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 20:33 > To: Stuart J. Browne; [EMAIL PROTECTED] > Subject: Re: [PHP] Problem with PHP as CGI > > > This is not an answer, but a further question on this s

RE: Re[2]: [PHP] Problem with PHP as CGI

2001-05-23 Thread ..s.c.o.t.t..
and i've never had any problems. > -Original Message- > From: Richard Kurth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 09:31 > To: [EMAIL PROTECTED] > Subject: Re[2]: [PHP] Problem with PHP as CGI > > > Hello Stuart, > yes there is a

Re: [PHP] Problem with PHP as CGI

2001-05-23 Thread midget2000x
This is not an answer, but a further question on this subject. Do you (or anybody) know of a way to keep the path to PHP from showing up when the PHP CGI script is hit via HTTP? On Wed, 23 May 2001, Stuart J. Browne wrote: > "Richard Kurth" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED

Re[2]: [PHP] Problem with PHP as CGI

2001-05-23 Thread Richard Kurth
Hello Stuart, yes there is a Wednesday, May 23, 2001, 9:06:08 PM, you wrote: Stuart J. Browne> "Richard Kurth" <[EMAIL PROTECTED]> wrote in message Stuart J. Browne> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> >> I have php config as a cgi and I put this at the top of my script >> >> #!

Re: [PHP] Problem with PHP as CGI

2001-05-23 Thread Stuart J. Browne
"Richard Kurth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I have php config as a cgi and I put this at the top of my script > > #!/usr/local/bin/php -q > > when ever I run this script at root in > telnet I get this message below. > > Error in argumen

[PHP] Problem with PHP as CGI

2001-05-23 Thread Richard Kurth
I have php config as a cgi and I put this at the top of my script #!/usr/local/bin/php -q when ever I run this script at root in telnet I get this message below. I configured php like this ./configure --with-mysql make make install I have set this up on a number of servers Bu