|
Posted by Gerry Vandermaesen on 04/12/06 17:58
Can't really tell you more then to have a look at the cURL module, the
rest is very dependent on the system your bank uses, so it might not
even be possible at all.
cURL can open secure connections, store cookies, initiate sessions etc.
It cannot "click" buttons, but it can perform the GET or POST actions
which are behind them though, if you figure out which are needed and
which parameters should be passed.
http://www.php.net/manual/en/ref.curl.php
m65@vivodinet.gr wrote:
> Let's say you have a bank-account,
> and in this bank account each month you get the sallary...
> And you pay the bills
> and you have the bills' receipt numbers
> Assume that you don't use a lot of passwords, just one, the login.
>
> Can I use php in order to make my apache server, communicate
> *automatically* with the bank's server, and process the whole action by
> itself...??How can I process the bank's form buttons?
>
> And perjhaps if it's complete, just an email from my own server...(with
> sendmail, I know that it can be done this last), drinking coffee late
> the night ;-)
[Back to original message]
|