Re: [PHP-DB] export to csv file

2002-09-28 Thread Patrick Latour
- Original Message - From: Diana Castillo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 10:02 AM Subject: [PHP-DB] export to csv file Hi, I want to export some fields on a regular basis from a table to a text file, preferable to the users local computer.

Re: [PHP-DB] PreCaching Db into Variables Slows it down?!??

2002-09-11 Thread Patrick Latour
Not yet a big specialist of PHP, but a rule that apply to nearly all server side scripting languages, use global variables as less as you can. They simplify your programer's life, but on a server that is serving a lot of concurent sessions, it eats all the performances and ressources. It does