PHP examples

'; } ?>
Hello There!"; $greeting = "How's it going?"; echo "

$greeting

"; ?>
Current date is: " . date("d - m : Y") . ""; date_default_timezone_set("America/Denver"); echo "

The time this page loaded was: " . date("h:i:s") . "

"; ?>
Favorite Fruits

"; echo ""; ?>
" . fgets($contents) . "

"; echo "

" . fgets($contents) . "

"; echo "

" . fgets($contents) . "

"; ?>
$greeting"; ?>