Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.lang.php Subject: Re: Looking for relational database programmed in PHP Date: Sat, 14 Mar 2020 13:21:12 +0100 Lines: 46 Message-ID: References: <21b64251-3fe4-43ab-bf43-7664f0657b70@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net NNJVolRu7poeyDLp2C9fWwUuZ8/s/ccZRPp36O5cvwyQsrMqgF Cancel-Lock: sha1:KWVvVkhCAe9d8cUZEB7AWnlZ8pE= In-Reply-To: <21b64251-3fe4-43ab-bf43-7664f0657b70@googlegroups.com> Xref: csiph.com comp.lang.php:18243 kristjanise129@gmail.com: [...] > http : // gladius . sourceforge . net / install . php Why don't you just post the correct URL? And there is a Github repository as well, but with no development as well: > Seems like just what I needed. > > Size is 166KB unpacked. > > First steps: > > include 'gladius.php'; > > $G = new Gladius(); > > $G->SetDBRoot('path/to/database_directories') or die; > > $G->SelectDB('db_directory_or_path_to_db'); > > $G->Query('CREATE TABLE mytable ( id int auto_increment NOT NULL PRIMARY_KEY, name VARCHAR(30) NOT NULL, phonenr varchar(20))'); > > > > Interesting that noone found it before me ! Well - first of all - this project is five(!) years old and was developed for PHP 4/5. You should not use such things for a production system. Gladius may be interesting to learn more about the details how databases and ADODb work, but for production you should use a real database. And yes, having the required PHP extensions for database access is a *must* for any hosting platform. If your hoster does not have this, find another one. -- Arno Welzel https://arnowelzel.de