| Showing 1 - 10 from 10 tutorials on Page 1. |  | |
| | | Browser Redirect | | Learn how to do a Browser Redirect using the power of PHP. | | Added: 22 March 2007 - Visits: 211 | | | | | | | | PHP Redirect | | Learn how to perform a redirect in PHP. A PHP Redirect automatically transfers a web user from one URL to another. For example, typing foo.com in the browser automatically transfers the user to another URL bar.com. | | Added: 21 March 2007 - Visits: 250 | | | | | | | | PHP Auto Redirection | | Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code. | | Added: 19 March 2007 - Visits: 172 | | | | | | | | simple redirection | | For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself. | | Added: 18 March 2007 - Visits: 153 | | | | | | | | Redirecting a Page using PHP | | Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to send HTTP headers back to the browser. The headers can be sent back to the browser only if there's no conten... | | Added: 17 March 2007 - Visits: 184 | | | | | | | | Dynamic Links | | This tutorial will show you how you can acheieve dynamic URL's, this is one method of transfering data across pages. The URL isn't always the best choice for transfering data across pages because it you can copy and paste it and also save it as a bookma... | | Added: 16 March 2007 - Visits: 128 | | | | | |