> how would i make an alarm clock?? what i want it to do is at a certain time > forward to a page that has a flash movie on it that will wake me up
Just place in BODY section line like this: <META HTTP-EQUIV="Refresh" CONTENT="TimeInSeconds; URL=UrlToThatFlash"> Your PHP code has to compute time reamining to the morning (in seconds) and... it's done! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php