Helo...
i'm wondering if it's possible to use PHP to access data stored in CSV (comma separated value) functions?
I have a small database (quite small that i don't think i want to export it to mySQL) that i'm using for my CGI scripts.
I'm thinking of migrating some of my PHP scripts to use this same CSV as well.
To avoid having to make changes to the CGI scripts as well, i've decided to just try to have PHP access the CSV "database" somehow..
So, is there a way to have PHP connect to CSV, search for records, fetch data, and close the connection?
If so, what would be the command/function to open the connection and fetch the data?
Thanks.
i'm wondering if it's possible to use PHP to access data stored in CSV (comma separated value) functions?
I have a small database (quite small that i don't think i want to export it to mySQL) that i'm using for my CGI scripts.
I'm thinking of migrating some of my PHP scripts to use this same CSV as well.
To avoid having to make changes to the CGI scripts as well, i've decided to just try to have PHP access the CSV "database" somehow..
So, is there a way to have PHP connect to CSV, search for records, fetch data, and close the connection?
If so, what would be the command/function to open the connection and fetch the data?
Thanks.