Forum Moderators: coopster
a html code like the one that this sites have <snip>
<snip>
and if im not askign too much how do i let my user post a message using php?
[edited by: dreamcatcher at 7:08 am (utc) on Feb. 17, 2009]
[edit reason] No personal urls, thanks. [/edit]
If you can write the html then all you have to do is echo it out with PHP using the htmlentities [php.net] function.
$string = '<a href="http://www.example.com/"><img src="myimage.jpg"></a>';
print htmlentities [php.net]($string);