> how can I call a html site from my php script? I want to redirect the
user
> to different html site depends on the php script result.

Header("Location: http://www.domain.com/page.html";);

---John Holmes...



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

Reply via email to