ID:               10803
 Comment by:       cunt-wet1810 at hotmail dot com
 Reported By:      pgc at sina dot com dot cn
 Status:           Bogus
 Bug Type:         Informix related
 Operating System: win2000 ad Chinese
 PHP Version:      4.0.4pl1
 New Comment:

<a href=http://a4-erotic-celebsunu.da.ru>wet cunt</a>


Previous Comments:
------------------------------------------------------------------------

[2001-10-23 11:40:27] [EMAIL PROTECTED]

Please ask support questions on the mailing lists:

http://www.php.net/support.php


------------------------------------------------------------------------

[2001-05-11 03:05:17] pgc at sina dot com dot cn

$conn=ifx_connect("[EMAIL PROTECTED]","jlcx","jlcx2000;
$query="select tjdate from f001 ";
$query.="group by tjdate order by tjdate";
$result=ifx_prepare($query,$conn);
ifx_do($result);
$row=ifx_fetch_row($result,"LAST");
for ($i=1;$i<=10;$i++)
{
$tjdate=$row[tjdate];

echo '$tjdate';
echo "<option value=\"",$tjdate,"\">";
echo $tjdate;
echo '</option>';
$row=ifx_fetch_row($result,"PREVIOUS");
echo ($row);
if ($row==FALSE)
{break;}
}
I get array is ascending,I changed
{$row=ifx_fetch_row($result,"LAST");} to
{$row=ifx_fetch_row($result,"FIRST");}
But I get same result.
Can you help me!!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=10803&edit=1

Reply via email to