php updation problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
heshan
Forum Commoner
Posts: 26
Joined: Tue Jul 13, 2010 1:16 pm

php updation problem

Post by heshan »

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.
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: php updation problem

Post by Jade »

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

Post by internet-solution »

heshan wrote: ..... These interest rates are subject to change.
Can anyone knows a similar php coding related with this updation of interest rates?
or are you interested in updating the interest rates?
Post Reply