xProteuSx Posted January 9, 2012 Share Posted January 9, 2012 I am trying to modify a header redirect similar to this: header("Location: index.html"); exit; I would like to do something like this: header("Location: index.html?user=' . $user . '"); exit; Ofcourse, this does not work. Any hints? Quote Link to comment https://forums.phpfreaks.com/topic/254634-insert-variables-into-header-redirect/ Share on other sites More sharing options...
xProteuSx Posted January 9, 2012 Author Share Posted January 9, 2012 Ofcourse, got it solved 15 seconds after putting up the post. Quote Link to comment https://forums.phpfreaks.com/topic/254634-insert-variables-into-header-redirect/#findComment-1305689 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.