Hiya, I currently have my script which outputs an image which is working great. But I would like a tick to be added to the end of it.
[php]imagestring($im, 3, 20, 3, $n, $text_color);[/php]
Which does everything it’s ment to, BUT I would like to have added to the end of $n.
I can’t copy and paste this in and when I put the HTML code to write it in there () it just puts the text in there instead of the tick.
Anyway around this?
Cheers guys.