Re: [PHP] linux embedded no db which way

2005-09-14 Thread Kevin Waterson
This one time, at band camp, adriano ghezzi <[EMAIL PROTECTED]> wrote: > guys hi all, quite new in this list > I'm involved in a project with php in a linux embedded environment, > it's impossibile to use a db server, > any suggestion on how to handle few hundreds of simple records ? sqlite.org S

Re: [PHP] linux embedded no db which way

2005-09-14 Thread Jasper Bryant-Greene
adriano ghezzi wrote: guys hi all, quite new in this list I'm involved in a project with php in a linux embedded environment, it's impossibile to use a db server, any suggestion on how to handle few hundreds of simple records ? A text file, comma-separated or similar? http://php.net/fputcsv -

Re: [PHP] linux embedded no db which way

2005-09-14 Thread Gustav Wiberg
- Original Message - From: "adriano ghezzi" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 14, 2005 8:57 AM Subject: [PHP] linux embedded no db which way guys hi all, quite new in this list I'm involved in a project with php in a linux embedded environment, it's impossibile to use