|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HTML redirection
How do you automatically redirect a html page to a php page? I need to check if the person is logged in by sending them to a check login php script and then send them back to the html. Also, would there be an easier way to do this?
|
|
#2
|
|||
|
|||
|
RE: HTML redirection
Code:
<html> <head> <META HTTP-EQUIV="refresh" content="0; URL=http://www.yoursite.com/page.php"> <title>My Site</title> </head> <body> </body> </html> You can change content="0 to any number of seconds you want. |
|
#3
|
|||
|
|||
|
RE: HTML redirection
thanks much, I appreciate it
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > HTML redirection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|