Skip to content

David Yin's Blog

Tech geek. Life geek.

  • Home
  • About & Contact
  • Advertise
  • Subscribe
  • Privacy Policy
  • Gallery 3 – G3Grey Theme
David Yin's Blog
  • Home
  • About & Contact
  • Advertise
  • Subscribe
  • Privacy Policy
  • Gallery 3 – G3Grey Theme

Tag: DBF

Posted on April 11, 2017April 20, 2018 L.A.M.P.

How to connect DBF file and read data by PHP script

Afte last post, my php-fpm support the dbase database file now.  Here is an example php script. $db = dbase_open('../db/clients.dbf',0); if ($db){ $record_numbers = dbase_numrecords($db); for ($i = 1; $i <= $record_numbers; $i++) { $row = dbase_get_record_with_names($db, $i); if (...

Posted on April 11, 2017April 11, 2017 L.A.M.P.

Install dbase extension on php7, Ubuntu 16.04

I followed the instruction mostly based on mote0230 github. Please be noticed that updating (and probably inserting) with arrays that contain named indexes, is not working. For my project, it is OK. I just need to read the data from...

Posted on February 27, 2008March 16, 2019 L.A.M.P.

PHP connect DBF file update

I posted PHP connect DBF file with a sample. Now Pierre left the message and asked why error comes up. I doing some tests and get the answer. 1) The database.dbf is reserved name. 2) The field name is always...

Posted on January 11, 2008February 18, 2014 L.A.M.P.

PHP connect DBF file

DBF is very old format databse type. About 10 years ago, I use dBase which use DBF format. Now I will show you how to connect the DBF file from PHP script. 1) Add a system DSN in ODBC Data...

Share

RSS
Facebook
fb-share-icon
Twitter
Post on X


Tags

"new features" "Windows 7" backup benchmark beta Blog bug calibre Canada Centos Code dreamhost error Firefox firmware fix freeware game Google how-to installation internet Linux MovableType MT MySQL performance PHP plugin release review router security server software SSD test tool ubuntu update upgrade voip VPS windows wordpress

Useful links

  • Alive Math Worksheet
  • Free InOut Board
  • Web Site Directory
  • Free Thinking
  • Dba notes
  • aw’s Blog
  • OneLaunch

Categories

  • 3D Printing (3)
  • Digest (79)
  • DreamHost Log (41)
  • Hardware (407)
  • Independent Thinking (28)
  • Insurance (5)
  • jQuery (9)
  • L.A.M.P. (291)
  • Money Maker (22)
  • My Life (144)
    • Journey of Faith (7)
    • Shanghai food (2)
  • Notes of MovableType (127)
  • phpBB Mod & Tips (15)
  • Reviews (176)
    • Freeware Review (43)
  • Save Money (2)
  • SEO & SEM (12)
  • Software (277)
  • Two Week Campaign (13)
  • Uncategorized (1)
  • Vehicles (16)
  • VOIP (38)
  • Web & Network (421)
  • WordPress Notes (54)

Archives

My Mastodon Social Account.
© 2025 David Yin's Blog / Powered by WordPress / Theme by Design Lab