Thanks a lot. That has actually fixed the problem as you can see below.

Code:
<?php
define("america","<form><input name='5' type='radio' value='5'>$5<br/>
<input name='5' type='radio' value='10'>$10<br/>
<input name='5' type='radio' value='20'>$20<br/>
<p>Other: <input name='5' size='50' type='text'></p>
</form>");
 ?>