Asperon Posted November 9, 2007 Share Posted November 9, 2007 is it possible to send data via location header like so <?php $search = 'random'; $location = 'mysite.com/myfile.php?search='.$search; // mysite.com/myfile.php?search=random header('Location: $location'); ?> Link to comment https://forums.phpfreaks.com/topic/76616-solved-location-header-question/ Share on other sites More sharing options...
Asperon Posted November 9, 2007 Author Share Posted November 9, 2007 AHH there was an error, so I submit again, sorry for the duplicate Link to comment https://forums.phpfreaks.com/topic/76616-solved-location-header-question/#findComment-387953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.