[EMAIL PROTECTED] wrote:
> I simply do this
> 
> $file="/home/images/index.html";
> $output = fopen($file, "w");

I'd read the post again! The OP was asking how the *server* could open a
file on the *client*. You've just describe how the *server* opens a file
on the *server* (e.g. itself).

Quite different I'm sure you'll agree!

Col

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to