Guys i am trying to get a link to opn in a new window echo "<a href=".$objects."target='_blank'>Read More About This Book</a>"; that above is not working, see where its wrong thanks
add some quotes, watch for blanks echo "<a href=\"".$objects."\" target=\"_blank\">Read More About This Book</a>"; PHP: