[Solved] Color PHP variable in html [duplicate]


You must tell the server to parse the PHP code as PHP code, using PHP tags:

<br>Your Interest Rate is: <a style="color:red;"><?php echo $interest_rate; ?>%</a><br>

solved Color PHP variable in html [duplicate]