[EMAIL PROTECTED] wrote:

> Hello,
> 
> I need to allow a client, named: "A", to give their clients access to a remote page 
>on A's server.  This is the problem: 
> 1. I need to record who has accessed this page on A's server


grep stuff /var/log/httpd/access.log

> 2. password protect this page


Create suitable .htaccess file if you are using apache.


> 3. and copy the pages contents to A's clients server.

cron + shell script (using ftp client)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to