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 |
|
#1
| |||
| |||
| 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| windows 2008 server to hide users folders in c:\users\*[/ | shaalini | Operating Systems | 3 | 06-26-2009 12:47 AM |
| Link redirect - How does it work? | buddhi225 | PHP Programming | 0 | 05-23-2009 11:30 PM |
| How to redirect domain URL without www into www.TestSite.com? | KiruthikaSambandam | ASP and ASP.NET Programming | 0 | 04-25-2008 12:15 AM |
| How many ways I can redirect a PHP page? | senraj | PHP Programming | 1 | 07-20-2007 04:26 AM |
| How do I use .htaccess to redirect | LennyP | Server Management | 2 | 02-26-2007 02:04 AM |
Our Partners |