Jump to content

[SOLVED] PHP Location Redirect


jenniferG

Recommended Posts

header("Location: http://msdsimaging.com/sidemo/request_3.php?INDEXB=$INDEXB");

 

will work

to check it do this

 

die("Location: http://msdsimaging.com/sidemo/request_3.php?INDEXB=$INDEXB");

that will echo and stop the script if it ends with INDEXB= then $INDEXB has no value

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.