Re: [PHP] CGI BIN PHP

2001-02-22 Thread bill
Cool, Hrishi. Can you make it work if you use a different url? For example, for SSL connections like: https://www.secure-website.net/~mydomain I'm thinking of using something like this: $spos=strpos($SCRIPT_FILENAME, "/public_html"); // or whatever the name of the public root dir $firstpath

Re: [PHP] CGI BIN PHP

2001-02-21 Thread Chad Guilette
ensate For A Lack Of Skill By Doubling Your Efforts, There's No End To What You Can't Do. - Original Message - From: "Hrishi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 4:01 AM Subject: Re:

Re: [PHP] CGI BIN PHP

2001-02-21 Thread Hrishi
hey, don't go bald yet :) my web host (communitech.net) has the same setup... is that where you're hosted ? i have a script called 'php4.cgi' in my /cgi-bin which contains: #!/bin/sh #echo -e "Content-type: text/plain\n\n"; #set SCRIPT_NAME=$REDIRECT_URL;expor

[PHP] CGI BIN PHP

2001-02-20 Thread cguilette
I'm sorry for asking this question but I've pulled my hair out looking for an answer and I can't seem to find oneHere's my situation...my host has php 3.0.9 installed as an apache module and php4.0.3.pl1 setup as a cgi binobviously i want to use 4 because I need to do a lot of work wit