Problem in FOR loop - Mailing list pgsql-novice

From Ramesh PAtel
Subject Problem in FOR loop
Date
Msg-id 3EB15253.12198.1645A14@localhost
Whole thread Raw
Responses Re: Problem in FOR loop
List 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


pgsql-novice by date:

Previous
From: "Ramesh PAtel "
Date:
Subject: Date Problem
Next
From: Joanne Formoso
Date:
Subject: Optimizing POSTGRESQL config