you could also shove some JavaScript in there if you don't like the way the
PHP header("location:...") function works...

<script language="JavaScript">
    location.href="new_page.php";
</script>

of course corrections for my bad syntax as i'm doing this out of my head.
but anyway, just PHP to print that script when you want a redirect after
output has been made, and that should solve your problem...

would be useful to know excatly what your doing tho...

----- Original Message -----
From: "Beauford.2005" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 8:41 PM
Subject: [PHP] I'm really getting annoyed with PHP


> Yes, I'm still screwing around with this stupid redirection thing, and
> either I'm just a total idiot or there are some serious problems with
> PHP. I have now tried to do it another way and - yes - you guessed it.
> It does not work.
>
> I mean really, it can not be this hard to redirect a user to another
> page. If it is, then I must look into using something else as I just
> can't be wasting days and days on one minor detail that should take 30
> seconds to complete.
>
> If anyone has some concrete suggestion on how to get this to work It
> would be greatly appreciated. In the mean time I have given up on it as
> I am just totally pissed off at it.
>
> TIA
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>



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

Reply via email to