DAte use in For loop - Mailing list pgsql-admin

From Ramesh PAtel
Subject DAte use in For loop
Date
Msg-id 3EB152E3.4904.1668B35@localhost
Whole thread Raw
Responses Re: DAte use in For loop  (Jean-Michel Chabanne <jeanmichel.chabanne@free.fr>)
List pgsql-admin
Hi All

please give one  help

I want to us date variable in for loop Condition. in PHP

But it not working Properly.
$dt='2003-04-22' ;
$to='2003-04-30';

FOR ( $dt=$dt; $dt > $to ;  )
{
print "XYz";
}

Please Help me

and how to file date diff in Day please Help

Ramesh Patel


pgsql-admin by date:

Previous
From: "Ramesh PAtel "
Date:
Subject: Problem in FOR loop
Next
From: "dlangschied"
Date:
Subject: Adding a field to an existing table.