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? 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. 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
Archived
This topic is now archived and is closed to further replies.