MasterACE14 Posted June 14, 2007 Share Posted June 14, 2007 Are their any Alternatives to header() , I need something the same as header() but one that doesn't redirect. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/ Share on other sites More sharing options...
Orio Posted June 14, 2007 Share Posted June 14, 2007 What exactly you want to do? header() has many uses. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274944 Share on other sites More sharing options...
MasterACE14 Posted June 14, 2007 Author Share Posted June 14, 2007 I want to encrypt the URL of my page, which I have worked out how to do. but if I use header() it doesn't set that pages URL, it sends me to the page I put in the header() . Is it possible that you can stop header() from redirecting? Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274951 Share on other sites More sharing options...
Orio Posted June 14, 2007 Share Posted June 14, 2007 If I understand your point, try looking into url rewriting (mod_rewrite). Orio. Quote Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274956 Share on other sites More sharing options...
MasterACE14 Posted June 14, 2007 Author Share Posted June 14, 2007 ok, thanks. ps. nice avatar Quote Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274963 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.