IN MY (not MS) SQL I would try
mysql_data_seek ($result, 0);
to move the internal pointer to the first data row
I dont know at the moment if there is a similar function in the ms area.
maybe it helps
robert
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL P
i would use the following :)
$monthnames = array ("","January", "February",.,"December");
$aktmonth = 5; // MAY
echo $monthnames[$aktmonth];
Robert
> -Ursprüngliche Nachricht-
> Von: Nadim Attari [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 19. April 2004 10:53
> An: [EMAIL PRO