When I was talking about the php/html tags, I'm talking about the tags on this site (that you used to surround your code in your last post). Thank you - it's much easier to read.
This is the line I think you may want to rename your variable in:
PHP Code:
$php = $row['cur_rate'];
And then this is going to cause problems because it is invalid html:
HTML Code:
<td>
<center>
1 USD = PHP $php
</center>
</tr>
</table>
You need an </td> in there before the </tr>.
Are you only trying to show this on the forumhome (index.php) page? I would pick a plugin that is just on that page, if so - forumhome_start maybe.