Re: [PHP-WIN] Getting HTML Content as a variable

2003-02-12 Thread Leo G. Divingracia III
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

[PHP-WIN] Getting HTML Content as a variable

2003-01-18 Thread php
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