k [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 04, 2002 5:39 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Help with " Function " parameter
>
> I have programed a function for counting Date:
>
> function Datereturn()
> {
>$monthorder = Array ( 31, 28
I have programed a function for counting Date:
function Datereturn()
{
$monthorder = Array ( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
$day = Date("j");
$monthday = Date("t");
$month = Date("n");
$year = Date("Y");
$current = 42 - ($monthday - $day);
if ($current > $mo
HTH
Martin
-Original Message-
From: Simonk [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 1:21 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Help with " Function " parameter
I have programed a function for counting Date:
function Datereturn()
{
$monthorder = Array ( 31, 28, 31
I have programed a function for counting Date:
function Datereturn()
{
$monthorder = Array ( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
$day = Date("j");
$monthday = Date("t");
$month = Date("n");
$year = Date("Y");
$current = 42 - ($monthday - $day);
if ($current > $mo
4 matches
Mail list logo