topical media & game development
basic-php-02-date.php / php
<html>
<head>
<title>How many days in this month?</title>
</head>
<body>
<?php
month==1) echo "31";
if (month==3) echo "31";
if (month==5) echo "31";
if (month==7) echo "31";
if (month==9) echo "30";
if (month==11) echo "30";
if (
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.