Re: [PHP] Php logging into online bank to get details automatically

2005-09-21 Thread I. Gray
Thanks, Jasper I looked at my banks TCs and it says don't use software that stores your password unless it is used by a specific banking service. I am going to look into the curl functions, but I am pretty sure that the bank won't let it work unless it thinks it is a proper browser like IE

Re: [PHP] Php logging into online bank to get details automatically

2005-09-21 Thread Jasper Bryant-Greene
I. Gray wrote: I looked at my banks TCs and it says don't use software that stores your password unless it is used by a specific banking service. You might like to send them an email to clarify; as a general rule your bank manager is the kind of person you least want to piss off ;) I am

Re: [PHP] Php logging into online bank to get details automatically

2005-09-21 Thread John Nichel
Jasper Bryant-Greene wrote: John Nichel wrote: I. Gray wrote: I thought I may of read of this somewhere- but I may be wrong. I am also not sure whether this is allowed by banks, so please let me know- I want to stay on the right side of the law! Your account...I can't see where it would

[PHP] Php logging into online bank to get details automatically

2005-09-20 Thread I. Gray
Hi all. I thought I may of read of this somewhere- but I may be wrong. I am also not sure whether this is allowed by banks, so please let me know- I want to stay on the right side of the law! I'd like a php script to access my bank balances and send me an email daily. I know how to set up cron

Re: [PHP] Php logging into online bank to get details automatically

2005-09-20 Thread John Nichel
I. Gray wrote: Hi all. I thought I may of read of this somewhere- but I may be wrong. I am also not sure whether this is allowed by banks, so please let me know- I want to stay on the right side of the law! Your account...I can't see where it would be a problem with how you access it. I'd

Re: [PHP] Php logging into online bank to get details automatically

2005-09-20 Thread I. Gray
Curl- ahh, thanks not something I've looked into yet. Are there any other resources out there that I could look at for learning about it? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Php logging into online bank to get details automatically

2005-09-20 Thread Jasper Bryant-Greene
John Nichel wrote: I. Gray wrote: I thought I may of read of this somewhere- but I may be wrong. I am also not sure whether this is allowed by banks, so please let me know- I want to stay on the right side of the law! Your account...I can't see where it would be a problem with how you

[PHP] logging in (online?!)

2001-04-23 Thread FredrikAT
Hi! I have users logging in on my site (they write news).. What is the best way to show how's online? Write to MySQL (last logged in) ? Somehow use the sessions to this ? - Fredrik A. Takle [EMAIL PROTECTED] -- PHP General Mailing List

Re: [PHP] logging in (online?!)

2001-04-23 Thread Plutarck
Write to MySQL (last logged in) ? Best, fastest, least error causing way. Yes. -- Plutarck Should be working on something... ...but forgot what it was. FredrikAT [EMAIL PROTECTED] wrote in message 9c19n1$li2$[EMAIL PROTECTED]">news:9c19n1$li2$[EMAIL PROTECTED]... Hi! I have users logging