Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Dynamic Select boxes


Message #1 by "morad" <moradphp@h...> on Wed, 15 Jan 2003 20:05:59
You could always use the html syntax to redirect a user. Like this code:

<meta http-equiv="refresh" content="NUMBER_OF_SECS;
url=http://YOUR_LINK">

Or a better example

<meta http-equiv="refresh" content="5; url=http://php.net">

^The code above will direct the user to the PHP homepage within 5
seconds. 

-kyle



  Return to Index