Re: [PHP-DB] Random - not that random

2001-05-17 Thread Ken Wills
Hi Dan, You need to call mt_srand() first to seed the random number generator. It's all described here: http://www.php.net/manual/en/function.mt-rand.php Ken * Dan Eskildsen [EMAIL PROTECTED] [010517 14:22]: Newbie alert Hi! Here is a piece of coding. It randomly choose

Re: [PHP-DB] web to access/excel

2001-05-22 Thread Ken Wills
You can write excel files (ie files that excel associates with, if you have it) very easily by just using a .csv extension, and the following type format: field1, field2, field3 (ie print \field1\,\field2\,\field3\; ) Excel will display this as if it were a spreadsheet. If you need to get