RE: [PHP-WIN] Contract: protecting code or not?

2004-10-05 Thread Ed Lazor
> So my qustions are: > (1) How do you all define this > (2) Where can I find wording to say what I need that will protect my work. > (3) I want to include a confidentiality agreement stating that all data > from > her DB will remain private. - need wording for that too! Someone else will have to

[PHP-WIN] Contract: protecting code or not?

2004-10-05 Thread Anne Shroeder
I just started a project for which I need to do both database design and some original programming work. My client would like to draw up an agreement that specifies what usage is permissable for the code I develop. Apparently one of the staff people thought that if the program is very cool (it had

[PHP-WIN] Re: ORIG_SCRIPT_NAME

2004-10-05 Thread Amit Arora
I could be wrong, but ORGI_ variables are usually added when PHP is being used as CGI mode. Amit www.digitalamit.com Kevin Williams wrote: I have PHP 5.0.2 working in Apache 2.0.52 as a module, on WinXP SP2, and I'm trying to test coWiki (CVS-HEAD). I'm using Komodo 3.0.1 (eval) to debug it ove

Re: [PHP-WIN] cURL as proxy

2004-10-05 Thread Comee Qin
Dear David, try poxy version 0.3 I am using it for the time being. A very handy tools for URL redirection. Cheers, --/PW - Original Message - From: "David Hamilton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 12:09 AM Subject: [PHP-WIN] cURL as proxy

[PHP-WIN] cURL as proxy

2004-10-05 Thread David Hamilton
Hello all, I've run into is strange situation and I am hoping someone on the list can help. I need to use cURL to retrieve information on a remote (non-SSL) webpage. The problem: the page I need to retrieve from is dynamic and the content is determined by the user's IP address. Is there any way