TTL: 97 years, 6 months — Wordwrap

majax_test by maSnun

1234567891011121314151617181920212223
<?php if(isset($_GET['view'])) {
$view = gmstrftime("%c",time()+6*60*60);
echo "<b>$view</b>";
exit();
}
 
?>
<html>
<head>
<title>maSnun - ajaX</title>
<script>
<?php include("majax.php");
majax_init();
majax_get("majax_test.php?view=maSnun","masnun",1000);
?>
 
</script>
</head>
<body>
 
<div id="masnun"></div>
</body>
</html>

Write an answer →