ok, I am a newbiew but this time() function has me confused
so I want to display like
Welcome Chris, Why are you up this late when the ime is >23:00
or
Welcome Chris, Why you up this early, when the time is > 7am
that sort of thing so i need to include a page
include("greetings.php") for example for my diff greatings
and in the main page have say for example
if $ime >7 echo $greetings1
now this "int time ( void)" function is confusing me as im guessing it goes in my mainpage for something like
<?
int time($time)
if ($time > 23:00)
{
echo "Welcome $name, $greetings4";
}
?>