This is a discussion on Redirect your users without using PHP within the PHP Programming forums, part of the Web Development category; This tutorial will show you to redirect users to another webpage without using header and other PHP methods. It's ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| This tutorial will show you to redirect users to another webpage without using header and other PHP methods. It's actually very simple, just one line of HTML code. The code must be added between the <head> and </head> tags. Code: <meta http-equiv="Refresh" content="1; url=http://www.yoursite.com/newpage.html">In the Content attribute there is the number 1, and an URL. The number 1 represents the number of seconds until the redirection is made, and the URL is the web address the user is redirected to.
__________________ web design company |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to redirect domain URL without www into www.TestSite.com? | KiruthikaSambandam | ASP and ASP.NET Programming | 0 | 04-25-2008 01:15 AM |
| Lightning-Fast Redirect Question | vadivelanvaidyanathan | Search Engine Optimization | 0 | 01-28-2008 05:52 AM |
| How many ways I can redirect a PHP page? | senraj | PHP Programming | 1 | 07-20-2007 05:26 AM |
| In timer Elapsed, i tried to redirect to another page... | kingmaker | C# Programming | 0 | 07-19-2007 10:51 PM |
| How do I use .htaccess to redirect | LennyP | Server Management | 2 | 02-26-2007 03:04 AM |