Hi,
Since I'm a PHP newbie and the only address book apps I found
through Google require MySQL or PostgreSQL, I figured I'd ask if
someone has come code handy.
I'd just like to keep a list of addresses in a CSV file (ie. columns
last name, first name, e-mail, office #, etc.) so as to ease backing
up, and read/update this list from a PHP script.
I guess it's pretty much just a loop to read + parse, and a form to
update, but if someone has the code handy, I'm interested :-)
Thanks for any tip
Fred.
Since I'm a PHP newbie and the only address book apps I found
through Google require MySQL or PostgreSQL, I figured I'd ask if
someone has come code handy.
I'd just like to keep a list of addresses in a CSV file (ie. columns
last name, first name, e-mail, office #, etc.) so as to ease backing
up, and read/update this list from a PHP script.
I guess it's pretty much just a loop to read + parse, and a form to
update, but if someone has the code handy, I'm interested :-)
Thanks for any tip
Fred.
Comment