Coding problem with PHP?

MAX360

New member
I am trying to write a simple command into php. When I type it though I get an extra > on the end. Here is the code;

<?php
echo "<font color='green'>hello there!</font>";
?>>

So what is wrong?
 
Back
Top