here's the exactly replacement i have for my bbcode
Code:
<a href="http://tibiaspy.com/index2.php?p=item&itemname={param}" onmouseover="ajax_showTooltip('ajax_item.php?itemname={param} ',this);return false" onmouseout="ajax_hideTooltip()">{param}</a>
Everytjing works fine until I use ' or " as {param}, because it closes href or onmouseover tags.
thise ajax_xxxx functions are JS scripts i've found somewhere.
Can i in easy way replace ' and " to something else? it can be anyrhing, i'll parse it on my script as needed.