1. use SESSIONS to pass authentication between pages.
2. register_globals ON or OFF? ;)
[EMAIL PROTECTED] wrote:
Hi,
I've been directed to use file() or implode() to get the html content of a web page, like this: $html = implode ('', file ('http://192.168.1.100/PHP/index.php'));
1 ) How do
Hi,
I've been directed to use file() or implode() to get the html content of a web page,
like this: $html = implode ('', file ('http://192.168.1.100/PHP/index.php'));
1 ) How do I pass authentication to websites that require username & password? In Cold
Fusion the CFHTTP tag allows you to pass