Renaldo,

Of course, I use:
<?php
header('Location: http://www.whereIWantToGo.com');
?>
A less simple way is to creatre an .htaccess file (Apache server)

redirect /MyCurrentWebDirectory http://www.whereIWantToGo.com

There is no slash at the end of that line. Careful,

John

Renaldo De Silva wrote:

> is there any way other than
>
> header("Location: http://www.php.net/";);
>
> to redirect to another page.

--
John Taylor-Johnston
-----------------------------------------------------------------------------

  ' ' '   Collège de Sherbrooke:
 ô¿ô   http://www.collegesherbrooke.qc.ca/languesmodernes/
   -     Université de Sherbrooke:
          http://compcanlit.ca/
          819-569-2064



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

Reply via email to