I've discovered that instead of going to my bank site directly that I can pull information from my bank via something called OFX. The only problem is that I'm not sure how to connect to the bank site with PHP. I've thought about using cURL especially since it supports HTTPS as I have not seen anything official as far as server to server access, merely information about software to server access. Is cURL what I should use in this regard or is there a more official channel I can go through that does not involve any third parties? OFX documentation was not helpful at all in this regard.
- John