PHP echo problem

MedoEvody

New Member
What is wrong in the following code?\[code\]<?php echo "<td class='column1'><a href='http://stackoverflow.com/questions/3597829/#' OnClick='windowpopup(". secure_base_url()`"product/item/". $itemid ."/); return false;'>$row->title</a></td>";?>?>\[/code\]Why doesn't a popup window come up?
 
Back
Top