Just curious -- I need to build a quick stand-alone application and prefer not to involve a formal database whatsoever for reasons not worth discussing. Performance is a non-issue, and filesystem security is adequate as it will never see the light of the Internet.
Perl has the DBI module with CSV functionality that even works well with the SQL update syntax, is there anything for PHP or is this like reading in the entire file as an array, modifying it, then spitting it back out? (ugh)
Any pointers are appreciated.
Perl has the DBI module with CSV functionality that even works well with the SQL update syntax, is there anything for PHP or is this like reading in the entire file as an array, modifying it, then spitting it back out? (ugh)
Any pointers are appreciated.