Problem in FOR loop

From: "Ramesh PAtel " <ramesh(at)banas(dot)guj(dot)nic(dot)in>
To: pgsql-novice(at)postgresql(dot)org
Subject: Problem in FOR loop
Date: 2003-05-01 11:27:43
Message-ID: 3EB15253.12198.1645A14@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joanne Formoso 2003-05-01 13:02:38 Optimizing POSTGRESQL config
Previous Message Ramesh PAtel 2003-05-01 06:37:20 Date Problem