| |||||||
This is a discussion on Best method for creating an Auto redirector? within the PHP/MySQL section, part of the Programming category; Just wondering about this as I have found a lot of info on this and everyone has an opinion of ...
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
Just wondering about this as I have found a lot of info on this and everyone has an opinion of what method is best. I like the auto redirecting process used here so I figured I would see what method you use here
__________________ Go placidly amid the noise and haste, and remember what peace there may be in silence The Desiderada |
|
#2
| ||||
| ||||
|
You can also use a simple META refresh HTML Code: <head> <meta http-equiv="refresh" content="5; URL=http://example.com"> </head>
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#3
| ||||
| ||||
|
I have read that by using the refresh method, you can break the back button...Any experience with this?
__________________ Go placidly amid the noise and haste, and remember what peace there may be in silence The Desiderada |
|
#4
| ||||
| ||||
| btw, If you want a permanent redirect to some location, you can also use .htaccess 301 redirect which is considered as Search engine friendly redirects.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#5
| ||||
| ||||
|
Thanks for that...just so I understand though...are you saying that if you use a time of more than 3 seconds then the refresh method is not going to break the back button?
__________________ Go placidly amid the noise and haste, and remember what peace there may be in silence The Desiderada |
|
#6
| ||||
| ||||
|
yup that is what I meant. But would be best if you actually test it yourself on different browsers. And let me know the results too
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |