Posted by Kimmo Laine on 11/27/92 11:25
<toutnouveau@pour.php> kirjoitti
viestissδ:43146c1d$0$17697$626a14ce@news.free.fr...
> hi everyone,
>
> i would like to know how to open another page, like:
>
> if ($i == 5)
> {
header('Location: http://www.your.domain/sdrg.htm');
> }
> else
> {
header('Location: http://www.your.domain/tjhdfthdft.htm');
> }
>
That should do it.
--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <eternal.erectionN0@5P4Mgmail.com>
[Back to original message]
|