usually i use ' ' , " " that for echo lines
but now i have little bit problem
How i echo this line
$line=<td class="play2Png"><a href="http://www.wjunction.com/" onclick="javascript:void window.open('http://www.wjunction.com','1349207004705','width=400,height=300,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;">Play Online</a></td>
this code is for pop up generate
after this i will replace
http://www.wjunction.com/with my $variable
but now i have little bit problem
How i echo this line
$line=<td class="play2Png"><a href="http://www.wjunction.com/" onclick="javascript:void window.open('http://www.wjunction.com','1349207004705','width=400,height=300,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;">Play Online</a></td>
this code is for pop up generate
after this i will replace
http://www.wjunction.com/with my $variable
Last edited: