[PHP] linux embedded no db which way

2005-09-14 Thread adriano ghezzi
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 ?

tia

-
happy work with php!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] linux embedded no db which way

2005-09-14 Thread Gustav Wiberg
- Original Message - 
From: adriano ghezzi [EMAIL PROTECTED]

To: php-general@lists.php.net
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 a db server,
any suggestion on how to handle few hundreds of simple records ?

tia

-
happy work with php!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Hi there!

Impossible to use a db-server? Why?

An alternative may be to use textfile, but it's not a good alternative 
OR maybe connect to a Excel-sheet or something like that?


/G
http://www.varupiraten.se/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
SQLite is also bundled with php5 making it totally l33t

Kevin
-- 
Democracy is two wolves and a lamb voting on what to have for lunch. 
Liberty is a well-armed lamb contesting the vote.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Fwd: [PHP] linux embedded no db which way(2)

2005-09-14 Thread adriano ghezzi
-- Forwarded message --
From: Jasper Bryant-Greene [EMAIL PROTECTED]
Date: 14-set-2005 9.01
Subject: Re: [PHP] linux embedded no db which way
To: php-general@lists.php.net


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

--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

--
-
hy bryant 
-no space for db and no cpu power it is a really poor environment

looking for a template or framework csv may be ok but need to handle
all records management eg.: insert,delete,search
every time rewriting text file

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php