AW: [PHP-WIN] MS SQL Query question

2004-05-25 Thread Dr. Robert Probst
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

AW: [PHP-WIN] Re: Format integer to month name

2004-04-19 Thread Dr. Robert Probst
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