Hey guys,
I got this bit of code
[php]
echo “
[/php]
Basically it displays a link in a table.
$var is a post variable which contains a link.
Is there anyway way i can get it to open in a new window/tab?
i have tried:
[php]
echo “
[/php]
but it doesn’t seen to be working.Any help is appreciated

Thanks.