Hi all,
In typical bank web sites there are information regarding their account types. A seperate page is there to view interest rates of all accounts maintain by the bank. These interest rates are subject to change.
Can anyone knows a similar php coding related with this updation of interest rates?
Thank you,
Heshan.
php updation problem
Moderator: General Moderators
Re: php updation problem
I don't understand how that's a php update problem. If you have two frames and you want to update from one frame to another you typically use Javascript and access the parent using the window.opener
-
internet-solution
- Forum Contributor
- Posts: 220
- Joined: Thu May 27, 2010 6:27 am
- Location: UK
Re: php updation problem
or are you interested in updating the interest rates?heshan wrote: ..... These interest rates are subject to change.
Can anyone knows a similar php coding related with this updation of interest rates?