PHP-Text-DB API - A Text File Database System

PHP-Text-DB API - A Text File Database System
What do you do if you want to add database functionality to your website but your web host does not offer this feature? One of the very first projects I worked on as a programmer was a website that wanted a database for its membership data but their server did not have any type of database software. It was my job to find the best solution to this problem. The best answer for this particular website was a pseudo SQL system that could work with text files. I decided to use PHP-Text-DB API. So how does it work?

First you will use regular text files to store the membership information. These text files become the pseudo SQL database. Also you need to download PHP-Text-DB API and place these files in a folder on your website. These files are a group of PHP files that act as your database software. With them you can manipulate your database text files using SQL type statements such as Select, Insert and Update.

PHP-Text-DB API works best on small to medium websites. You can download it free from the author's website www.c-worker.ch. There you will also find a user manual and a support forum.

There is more PHP here at BellaOnline--

++Are you interested in learning to program in PHP from the ground up. Learn the basics one step at a time. Check out the PHP Basics articles.

++Are you looking for information about PHP functions. Here are explanations for some of the most frequently used functions.

++Build your own Personal Activities Calendar Program here and learn how the HTML form works with the PHP program.

++Follow these step-by-step tutorials to understand the relationship between PHP and databases.

++Read the latest book reviews on PHP related books.

++Read about online resources for the PHP community.






This site needs an editor - click to learn more!



RSS
Related Articles
Editor's Picks Articles
Top Ten Articles
Previous Features
Site Map





Content copyright © 2023 by Diane Cipollo. All rights reserved.
This content was written by Diane Cipollo. If you wish to use this content in any manner, you need written permission. Contact BellaOnline Administration for details.