Forum Moderators: open
im pritty new to php and im having trouble with javascript and php.....
im trying to pull data out of a database (which works) and some of that data that is taken out is external url links.
heres my echo statement...
echo("><td>" . $row['Name'] . "</td><td>" . $row['Title'] . "</td><td><a href=" . $row['URL'] . "onclick='javascript:popupWin(this,'800','600');'>" . $row['URL'] ."</a></td></tr>");
its not so much an error that i get, its that it reads the url as the acctual url AND onclick='javascript:popupWin(this,800,600); so the link cant be found, how can i sort this out
please please guy help a new guy