Problem in FOR loop - Mailing list pgsql-admin

From Ramesh PAtel
Subject Problem in FOR loop
Date
Msg-id 3EB15284.22672.165173A@localhost
Whole thread Raw
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: Jean-Michel Chabanne
Date:
Subject: Re: Date Problem
Next
From: "Ramesh PAtel "
Date:
Subject: DAte use in For loop