Can you fix this php code?

Sicky321

New member
I am embedding a javascript <a> tag into a php echo, and I am having trouble.
The code includes functions. Can you please fix this for me?

<?php echo '<a href="javascript:void(0);" .onmouseover="return func1(func2(func3($data['text'])));" onmouseout="return nd();">Description </a>'; ?>
 
Back
Top