Problem in FOR loop

From: "Ramesh PAtel " <ramesh(at)banas(dot)guj(dot)nic(dot)in>
To: pgsql-admin(at)postgresql(dot)org
Subject: Problem in FOR loop
Date: 2003-05-01 11:28:31
Message-ID: 3EB15284.22672.165173A@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-admin by date

  From Date Subject
Next Message Ramesh PAtel 2003-05-01 11:30:05 DAte use in For loop
Previous Message Jean-Michel Chabanne 2003-05-01 08:00:58 Re: Date Problem