I am currently trying to simplify updating of members who pay with a credit card.
Right now I manually download the settlement report(authorize.net) in an excel format and kick out the columns
I don't need and then use phpmyadmin to upload to a working table which I continually process
from, match by email address the member and create a transaction record referenced to the
member master table.
Is there anyway I can read the data directly from the downloads into a table.
Thanks
Jim Freeman