on 31/05/02 10:43 PM, Dave Shacket ([EMAIL PROTECTED]) wrote:

> I have stared at fopen for a long time but can't figure out how to get php
> to pull in a new web page. I am looking for something akin to javascript
> window.location command, just as if I typed a new page into my address bar.
> What am I missing?

you are missing header('Location: blah.html') :)

read the manual page carefully, because header()'s have to be set before any
content is sent to the browser.

php.net/header


Justin French


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

Reply via email to