A situation may come up when you want to redirect a user depending on what browser they are using. This is a simple tutorial that will teach you how to redirect users depending on what browser they are using.
FreeVersion: n/a Platform(s): linux, freebsd, osx, sun Updated: Wed Aug 15 2007
Learn how to program a simple php script borwser redirect. Simple, complete and easy to learn using a simple example of the code with explications and many more.
Alright, this is a simple little script which will take you to one page if you're using Internet Explorer, and another page if you're using some other browser.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Jun 13 2007
There are a lot of tutorials that show how to change an address like:
1. www.mysite.com/products.p hp?product_id=1234
into others like:
2. www.mysite.com/products/1 234
In this article we'd like to go one step forward and create something like:
3. www.mysite.com/easy-to-re member-product-name
FreeVersion: n/a Platform(s): linux Updated: Mon Jun 11 2007
An example of simple function ae_redir() for HTTP redirect. It supports relative site paths and permanent(seo-compatible) redirects. There is also function ae_redir_die() which stops execution of script after sending redirect.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Jun 4 2007
There are many useful functions in PHP. Refresh function is a real focus and helps to us to redirect apage or refresh page itself. Let's see it in action. .
FreeVersion: n/a Platform(s): linux, windows Updated: Thu Aug 31 2006