I'm working on my own site at the moment. I want to ensure that the php code I've just implemented actually works.
On visiting http://wallishamilton.com/ in the righthand side bar, it should say I'm not at work at the moment. If there is someone in a time zone where it is between 9am and 5pm, could you please check it for me? ta.
The php code I'm using is
<code>
<?php
$h=date("H");
if ($h>=9 and $h <= 17)
echo "Feel free to call or sms me right now.";
else
echo "I'm not at work at the moment.";
?>
</code>--
Ben Hamilton 0410 460 333 [EMAIL PROTECTED]
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
