xwishmasterx Posted May 26, 2012 Share Posted May 26, 2012 Hello I need some help in how to echo the below code: <a href="#" onClick="window.open('. mysql_result($result, $i, 'te_link') .');">link text</a> seems I just can't make it work. Link to comment https://forums.phpfreaks.com/topic/263172-how-do-i-echo-this/ Share on other sites More sharing options...
regoch Posted May 26, 2012 Share Posted May 26, 2012 echo "<a href='#' onClick='window.open('".mysql_result($result, $i, 'te_link')."');'>link text</a>"; This? Link to comment https://forums.phpfreaks.com/topic/263172-how-do-i-echo-this/#findComment-1348783 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.