Posted by Sonnich on 12/05/06 08:30
Hi I'd like to read out a date from the a DB, but as time var. By default I seem to get it as a string. E.g. while(odbc_fetch_row($result)) { $tt= odbc_result($result,2); echo date("d.m.Y", $tt).", ".odbc_result($result,6) . " <br>"; S
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming