Hi Tony,

you could do this by getting the file through http, which means not open it with
fopen("filename.php4", "r") but with fopen("http://servername/filename.php4";,
"r"). Then you get exactly the way to browser sees it. But this is very slow if
you fetch a lot of files.

Martin



-- 
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