Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Dymanically redirecting to a specific page


Message #1 by "Vamshidhar" <vamshi@p...> on Fri, 16 Aug 2002 09:42:32
Store the variables in session then so they will be accessible to the new
page.

What is the problem with displaying contents in the location bar, anyway?

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Vamshi" <vamshi@p...>
To: "professional php" <pro_php@p...>
Sent: Friday, August 16, 2002 7:58 AM
Subject: [pro_php] Re: Dymanically redirecting to a specific page


> Hi B Esa,
>
> header("location:newpage.php"); works fine and I even tried out with the
> other version which U gave me i.e
> header("location:newpage.php?name=$name"); but the problem with this is
> that the contents are displayed in the location bar.
>
> I have send the confirmation message saying the so and so values added
> success fully can I suppress it from displaying in the location bar.
>
> Bye
> Regards
> Vamshi
>
>




  Return to Index