> How do you load a standard web page from PHP.
> 
> I thought, from what I read, that is was with fopen() ... but its not
> working for me.

You can do it with fopen(). If it's not working, make sure there are no
redirects, as fopen() (until PHP 4.3) will not follow them. 

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to