Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15760 > unrolled thread

Database written in PHP

Started byJames Harris <james.harris.1@gmail.com>
First post2015-10-23 22:25 +0100
Last post2021-03-29 10:31 -0700
Articles 7 on this page of 27 — 10 participants

Back to article view | Back to comp.lang.php


Contents

  Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-23 22:25 +0100
    Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-23 18:04 -0400
      Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:37 +0100
        Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-24 10:58 -0400
          Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 17:07 +0100
            Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-24 15:12 -0400
          Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 19:15 +0200
    Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-23 23:14 +0100
      Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-23 18:40 -0400
        Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-24 10:30 +0100
          Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:41 +0100
            Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-24 11:47 +0100
              Re: Database written in PHP Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-30 11:26 +0100
                Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-30 10:42 +0000
    Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 09:21 +0200
      Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:23 +0100
        Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 14:35 +0200
          Re: Database written in PHP Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-29 17:05 +0100
            Re: Database written in PHP Matthew Carter <m@ahungry.com> - 2015-10-29 21:46 -0400
    Re: Database written in PHP robamman2020@hotmail.com - 2020-04-01 23:38 -0700
      Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2020-04-02 09:01 +0100
        Re: Database written in PHP Arno Welzel <usenet@arnowelzel.de> - 2020-04-02 17:00 +0200
          Re: Database written in PHP minajaich@gmail.com - 2020-04-14 22:44 -0700
          Re: Database written in PHP "J.O. Aho" <user@example.net> - 2020-04-15 08:04 +0200
            Re: Database written in PHP minajaich@gmail.com - 2020-04-15 00:35 -0700
              Re: Database written in PHP "J.O. Aho" <user@example.net> - 2020-04-15 13:14 +0200
                Re: Database written in PHP Man From a city with name Viljandi <ya12983@mail.com> - 2021-03-29 10:31 -0700

Page 2 of 2 — ← Prev page 1 [2]


#18271

FromTim Streater <timstreater@greenbee.net>
Date2020-04-02 09:01 +0100
Message-ID<020420200901499520%timstreater@greenbee.net>
In reply to#18270
In article <2f8c9bff-1c33-41b8-a038-246487b2d857@googlegroups.com>,
<robamman2020@hotmail.com> wrote:

>laupäev, 24. oktoober 2015 0:25.56 UTC+3 kirjutas James Harris:
>> Are there any lightweight databases written in PHP?
>> 
>> I don't mean PHP code to access a database like MySQL or similar. I am 
>> thinking of the data being stored in a flat file or files and there 
>> being some PHP code to provide database-like read-write access to the 
>> data. It does not need to be SQL-based as long as it has reasonable data 
>> access primitives.
>> 
>> Maybe there are a few of these but web searches tend to pull up lots of 
>> info on how to access a database from within PHP which is a different, 
>> and far more common, topic. Hence, this query.

>I was searching for the same....But I did not find anything, that works.
>So I started to develop my own.
>
>If you are still interested, then try my version(Simple object based php
>database system, that saves data to files and is includable in application(or
>webpage)):  https://groups.google.com/forum/#!topic/internet-biz07/tKpz-vP9Z-U

Have you not looked at SQLite? That seems to me to be what you need.

-- 
"What causes poverty?" Wrong question. Poverty is our primordial state. The
real question is, "What causes wealth?"

Hint: it ain't Socialism.

[toc] | [prev] | [next] | [standalone]


#18272

FromArno Welzel <usenet@arnowelzel.de>
Date2020-04-02 17:00 +0200
Message-ID<hemd00F37o6U1@mid.individual.net>
In reply to#18271
Tim Streater:

> In article <2f8c9bff-1c33-41b8-a038-246487b2d857@googlegroups.com>,
> <robamman2020@hotmail.com> wrote:
[...]
>> If you are still interested, then try my version(Simple object based php
>> database system, that saves data to files and is includable in application(or
>> webpage)):  https://groups.google.com/forum/#!topic/internet-biz07/tKpz-vP9Z-U
> 
> Have you not looked at SQLite? That seems to me to be what you need.

Personally I would also always recommend using SQLite if MySQL etc. is
not possible. However - beside the fact the the original post is already
more than 4(!) years old, the OP asked for a solution which does not
need any extensions like SQLite.

-- 
Arno Welzel
https://arnowelzel.de

[toc] | [prev] | [next] | [standalone]


#18281

Fromminajaich@gmail.com
Date2020-04-14 22:44 -0700
Message-ID<e4c2a132-1ea6-4521-b710-d3c2b1321021@googlegroups.com>
In reply to#18272
neljapäev, 2. aprill 2020 18:00.23 UTC+3 kirjutas Arno Welzel:
> Tim Streater:
> 
> > In article <2f8c9bff-1c33-41b8-a038-246487b2d857@googlegroups.com>,
> > <robamman2020@hotmail.com> wrote:
> [...]
> >> If you are still interested, then try my version(Simple object based php
> >> database system, that saves data to files and is includable in application(or
> >> webpage)):  https://groups.google.com/forum/#!topic/internet-biz07/tKpz-vP9Z-U
> > 
> > Have you not looked at SQLite? That seems to me to be what you need.
> 
> Personally I would also always recommend using SQLite if MySQL etc. is
> not possible. However - beside the fact the the original post is already
> more than 4(!) years old, the OP asked for a solution which does not
> need any extensions like SQLite.
> 
> -- 
> Arno Welzel
> https://arnowelzel.de

If somebody thinks he/she will need it then he/she can give a try(I just updated the code 8 minutes ago on that link ). When posting, then it is not so important, that the answer refers to the exact date. People, who are looking the same, will first look it from usenet and then will ask. If they find it, then they will not ask.

Best wishes,
Kristjan Robam
Tel: 372 6861327
E-mail: kri st jan 12 9 1983 @ gm ai l. co m
or
rob am ma n @ ho t ma il .c o m
(Please remove empty characters)

[toc] | [prev] | [next] | [standalone]


#18283

From"J.O. Aho" <user@example.net>
Date2020-04-15 08:04 +0200
Message-ID<hfnmenF550eU1@mid.individual.net>
In reply to#18272
On 02/04/2020 17.00, Arno Welzel wrote:

> beside the fact the the original post is already
> more than 4(!) years old,

It's an issue with google news, people who uses it don't care about post 
dates, they just think they found another web forum online.

-- 

  //Aho

[toc] | [prev] | [next] | [standalone]


#18284

Fromminajaich@gmail.com
Date2020-04-15 00:35 -0700
Message-ID<f2d1a441-fce8-4521-91d5-8fcaaab15ea3@googlegroups.com>
In reply to#18283
kolmapäev, 15. aprill 2020 9:04.13 UTC+3 kirjutas J.O. Aho:
> On 02/04/2020 17.00, Arno Welzel wrote:
> 
> > beside the fact the the original post is already
> > more than 4(!) years old,
> 
> It's an issue with google news, people who uses it don't care about post 
> dates, they just think they found another web forum online.
> 
> -- 
> 
>   //Aho

They should care about post dates. To get the latest stuff.

Best wishes,
Kristjan Robam
Tel: 372 6861327
E-mail: kri st jan 12 9 1983 @ gm ai l. co m
or
rob am ma n @ ho t ma il .c o m
(Please remove empty characters)

[toc] | [prev] | [next] | [standalone]


#18286

From"J.O. Aho" <user@example.net>
Date2020-04-15 13:14 +0200
Message-ID<hfo8lbF8tq2U1@mid.individual.net>
In reply to#18284
On 15/04/2020 09.35, minajaich@gmail.com wrote:
> kolmapäev, 15. aprill 2020 9:04.13 UTC+3 kirjutas J.O. Aho:
>> On 02/04/2020 17.00, Arno Welzel wrote:
>>
>>> beside the fact the the original post is already
>>> more than 4(!) years old,
>>
>> It's an issue with google news, people who uses it don't care about post
>> dates, they just think they found another web forum online.
>
> They should care about post dates. To get the latest stuff.

They don't, they keep on replying to posts that are 10 years old.

Also they don't care about removing signatures, guess it's googles fault 
as they don't have support to cut messages when they find 
dash-dash-space as the only data in a line.

They tend to forget to add the dash-dash-space on the line before the 
huge signature.

-- 

  //Aho

[toc] | [prev] | [next] | [standalone]


#18602

FromMan From a city with name Viljandi <ya12983@mail.com>
Date2021-03-29 10:31 -0700
Message-ID<6af2bb1d-6f4d-46e5-a3cc-178da69ef578n@googlegroups.com>
In reply to#18286
J.O. Aho kirjutas kolmapäev, 15. aprill 2020 kl 14:14:57 UTC+3:
> On 15/04/2020 09.35, mina...@gmail.com wrote: 
> > kolmapäev, 15. aprill 2020 9:04.13 UTC+3 kirjutas J.O. Aho: 
> >> On 02/04/2020 17.00, Arno Welzel wrote: 
> >> 
> >>> beside the fact the the original post is already 
> >>> more than 4(!) years old, 
> >> 
> >> It's an issue with google news, people who uses it don't care about post 
> >> dates, they just think they found another web forum online. 
> >
> > They should care about post dates. To get the latest stuff.
> They don't, they keep on replying to posts that are 10 years old. 
> 

Sometimes it may be useful. When some idea gets a good development.





With the best wishes,
Your all very good friend.

Telephone: 372 6861327
E-mail: ya12983 @@ mail com

> Also they don't care about removing signatures, guess it's googles fault 
> as they don't have support to cut messages when they find 
> dash-dash-space as the only data in a line. 
> 
> They tend to forget to add the dash-dash-space on the line before the 
> huge signature. 
> 
> -- 
> 
> //Aho

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.php


csiph-web