CSV file db 1.0
CSV file db provides simple access to csv files and let you easy navigate through the tabel. You should only access one of the following functions and variables.
Variables:
$index // Index in File, DO NOT CHANGE
$limiter // The CVS Limiter, usually ";"
$filename // The filename of the cvs file
$record = array() // The actual record
$EOF // True if End of File
$BOF // True if Beginning of File
Functions:
function open_db()
- opens file
- puts first recordset into record
- returns 1 if ok, 0 if not
function move_next()
- loads the next recordset
function move_pref()
- loads the previous recordset
function move_first()
- moves the recordpointer to first recordset and loads it
function move_last()
- same as above, only last
function close()
- closes the filehandler
function update()
- updates the actual recordset
function add_new()
- adds a new recordset
- after add_new the record can be manipulated
- in the end just execute update() and the recordset is stored
function delete()
- deletes current recordset and moves the recordpointer one ahead
Important:
Please be sure, that you have the rights to read and modify the file.
More popular File & Folder
- XUpload/ViewDB 1.0 (2 years, 9 months 28 days ago)
- Advanced file upload and ajax upload 4.0 (2 years, 10 months 17 days ago)
- Simple XLSX 0.4 (2 years, 2 months 11 days ago)
- BinPacker 1.0 (7 years, 7 months 21 days ago)
- Ajax File Browser 3 beta (2 years, 8 months 17 days ago)
Listing Files

readme.txt- 1.2 KB
- 10/04/2005 02:35:04

example.csv- 86 Bytes
- 10/04/2005 02:35:04

file_db.class.php- 5.2 KB
- 10/04/2005 02:35:04

example.php- 1.2 KB
- 10/04/2005 02:35:04
- FREE MySQL Cloud Database Super Simple, Zero-Management MySQL Cloud DB. Use It FREE!
- Pinterest clone Start your own pin board social network today. Get Pintastic and start your own pinterest clone network.
- MYRE Real Estate Software Professional Real Estate solutions by MYREPHP PROGRAMMING!
