Jump to content

PHP doesn't output a response can anyone help


madspof

Recommended Posts

I have created this script and i cannot not get it to work anyone that could fix it and point out were i went wrong I would be very gratefull.

<html>
<head>
<title></title>
<META HTTP-EQUIV="refresh" content="60;URL=status1.php">
<style type="text/css">
<!--
body {
background-image: url(navi.jpg);
}
-->
</style>
<!-- The closing HEAD tag is right below this -->
</head>
<body bgcolor="white">
<?php
$hour = date('i/s');
$time = 10/00
if ($hour <= $time) {
echo "It's before ten minutes";
}
 
else { echo "Its past ten minutes";
}
?>
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.