What I'm trying to achieve is the ability to write data into a DBF file as a new record using data from a mySQL database through PHP.
I've come across this article (http://dbf-software.com/sql-insert.html), but it looks like standard SQL so I'm not sure it'll work. I'm currently implementing a script to see it does, but the option may be more robust...
The other option is dBase(http://php.net/manual/en/ref.dbase.php), which I've never looked into and seems quite daunting. Before I delve into it I was wondering if this task can be achieved through dbase?
Any other solutions are welcome. Thank you for your time!