Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Forward 1

Status
Not open for further replies.

SON1

Programmer
Nov 21, 2004
51
CY
Im trying to get my hands on a php script that redirects to a .jsp when called. when redirect occurs it should keep and reforward all the request parameters to the .jsp

Many thanks.
 
a simple redirect will not keep the headers & params ?
 
What kind of request parameters are we talking about?

GET-method input parameters (those on the URL) can be typographically added to the new header you send to the browser.

There is no equivalent functionality through a browser redirect for POST-method inputs.


Want the best answers? Ask the best questions! TANSTAAFL!
 
i see what you meen, ill think of something then . thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top