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. Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.