wingmane42 wrote:I'm wondering if it possible to build a PHP script that can get interest rates such as a 30 year Fixed rate and display it on a web page. I haven't been able to find such a script anywhere.
GET it from where? A database? An XML file? An RSS feed? I am curious, where do you plan to get the information? Do you have it in a database? A row for each kind of mortgage: 5yr, 30yr, etc...?? Depending on where the information is, I would think that it IS possible to do what you are asking, but we need to now how to access the information.. from a file, a text document, etc....