I am looking for a third way to do literal quotes. So far I know “” and ‘’. I need to solve this problem: This code has ‘’ and “” but what could I use to make the Done parameter literal?
echo '<A HREF="'.$link.'"ONMOUSEOVER="window.status=Done; return true;" ONMOUSEOUT="window.status=Done; return true;"><span class=text>'.$text.'</A>';
Thanks in advance.