> What is the syntax to have php redirect to another web site?
<?php
header("Location: http://domain.com/");
?>
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

