Posted by sumeet212 on 10/13/82 11:27
Manohar wrote:
> Hi,
> I am a php beginner. I am writing a php application wherein I need to
> forcefully load another php page when one php script has finished
> procesing.
> How do I achieve this?
>
> Thanks
>
> Manohar
>
for redirection, you can echo either of the following :-
1. header('Location: newpage.php');
2. javascript - document.location.href = 'newpage';
sumeet shroff
Navigation:
[Reply to this message]
|