//code for the Currency Exchange Calculator
$rqst=$_SERVER["HTTP_HOST"].$_SERVER["PHP_SELF"];
$url="http://www.onyoursite.com/data/cxc.htp?rqst=".$rqst;
@readfile($url);
?>
//code for the World Wide Clock
$rqst=$HTTP_SERVER_VARS["HTTP_HOST"].$HTTP_SERVER_VARS["PHP_SELF"];
$url="http://www.onyoursite.com/data/wwc.htp?rqst=".$rqst;
$content = @file_get_contents($url);
print $content;
?>
|
 |
(For more information, hold your mouse pointer over the arrows above to scroll the window up or down.)
|
(The HTML Code for this page was generously provided by On Your Site.