I have setup the BIK_php API of
http://bitcoindevkit.com/ in PHP.
Now, I am able to connect and generate new addresses, but when I am going to call some functions like getaddressesbyaccount, sendfrom etc as given in Bitcoin API call list at
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list , these functions requires "account" parameter as <account>, but I could not understand where from I can get the account value?
So, Please let me know what will be the value of <account>, and how can I get the <account> value from?