Phill

My HTML file is now.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>

<meta name="generator"
content="HTML Tidy for Linux/x86 (vers 1st November 2002), see www.w3.org" />
<meta http-equiv="content-type"
content="text/html; charset=utf-8" />
<title><?php echo $pagetitle; ?></title>

<link rel="stylesheet" type="text/css" media="screen" title="Default font size" 
href="http://www.choroideremia.org/new/layout.css"; />

<link rel="stylesheet" type="text/css" media="screen" title="Default font size" 
href="http://www.choroideremia.org/new/<?php echo (!$sitestyle) 
?>'layout_medium':$sitestyle ?>.css" />

switch ($sitestyle) {
    default:
        $sitestyle = empty($_SESSION['sitestyle']) ? 'layout_medium' :
$_SESSION['sitestyle'];
    case 'layout_medium':
    case 'layout_large':
    case 'layout_small':
        echo '<link rel="stylesheet" type="text/css" media="screen"
href="'. $sitestyle .'.css" />';
        $_SESSION['sitestyle'] = $sitestyle;
    break;
}

</head>
<body>
<div id="header">
<h1>
<img alt="Choroideremia Research Foundation logo"
src="http://www.choroideremia.org/images/crf_logo.jpg"; height="100" width="142" 
/>
Choroideremia Research Foundation Inc.
</h1>
<?PHP echo $_SESSIONn; ?>
<?PHP echo $hour; ?>
ßßß
</div>


<?php
// Get Greenwich time (only the hour)
$hour=gmdate("H");
// time between 00:00 and 11:59
if($hour>=0&&$hour<=11)echo "Good morning!";
// time between 12:00 and 15:59
if($hour>=12&&$hour<=15)echo "Good afternoon!";
// time between 16:00 and 23:59
if($hour>=16&&$hour<=23)echo "Good evening!";
?>


<br />

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

"Faith is the strength by which a shattered world shall emerge into
the light." - Helen Keller


------------------------------------

Please remember to write your response BELOW the previous text. 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-listYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-list/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to