[PHP] Re: Text Database class

2001-07-31 Thread elias
I don't want to parse XML, nor to install or recompile PHP to support the DBM, I just want some class to do the text database manipulation from querying records, updating and inserting new ones. like simple SELECT form and UPDATE and INSERT. but not a complicated SELECT with tons of conditions

Re: [PHP] Re: Text Database class

2001-07-31 Thread Morten Winkler Jørgensen
Hi Elias This might be what you are looking for. Found on http://www.hotscripts.com - PHP - Scripts and Programs - Database Tools - TextDB (page 8 of 9, entry 76) Kind regards, Morten Winkler -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: Text Database class

2001-07-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Elias) wrote: I have hosting plan that doesn't support MySQL nor any Databases...Just PHP. I'm wondering if there is any text database class that simulates the MySql queries and function calls. I mean text database, like all the values and data is stored in a raw

[PHP] Re: Text Database class

2001-07-30 Thread Yasuo Ohgaki
"Elias" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Yes, But I still want to know if any Text Database class exist... dbm or like? They are file based databases, not a text database though. http://www.php.net/manual/en/ref.dba.php -- Yasuo Ohgaki -- PHP

[PHP] Re: Text Database class

2001-07-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Elias) wrote: Yes, But I still want to know if any Text Database class exist... dont know, but I know 2 possible ways you can do it, using dbm files to store it in, http://www.php.net/manual/en/ref.dba.php using xml files to store it in,

[PHP] Re: Text Database class

2001-07-30 Thread elias
Thanks guys, I had no idea about this: http://www.php.net/manual/en/ref.dba.php I'll take a look to make sure if that's what i really want. Elias [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have hosting plan that doesn't support MySQL nor any

[PHP] Re: Text Database class

2001-07-30 Thread elias
http://www.php.net/manual/en/ref.dba.php wasn't what I really wanted, Any other ideas to use text databases? Elias [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have hosting plan that doesn't support MySQL nor any Databases...Just PHP. I'm wondering if

[PHP] Re: Text Database class

2001-07-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Elias) wrote: http://www.php.net/manual/en/ref.dba.php wasn't what I really wanted, Any other ideas to use text databases? xml, csv files, what do you need excatly and how advanced? -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Text Database class

2001-07-30 Thread elias
thanks for sharing http://www.freesql.org link! Henrik Hansen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... [EMAIL PROTECTED] (Elias) wrote: Yes, But I still want to know if any Text Database class exist... dont know, but I know 2 possible ways you can