Posted by J.O. Aho on 02/02/06 10:22
Stefan Mueller wrote:
> Within PHP I'd like to do a test and if the test is true I'd like to open
> another page.
>
> <?php
> if (!isset($_SESSION['my_session_variableberechtigung'])) {
> --> open page 'login.php'
> }
> ?>
>
> How can I open another page by PHP?
> Stefan
>
>
You can't, you need to use javascript.
[Back to original message]
|