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'); ?> Quote Link to comment 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 Quote Link to comment 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.