Hey, thanks for reply. But still nothing, it displays it right next to the image link. Here's full code that I'm using:
<?php
$info = array("'$title'",",","'$city'",",","'$state'");
$info = implode(', ', $info);
echo "<a href=\"http://www.payscale.com\"
title=\"Research Salary at PayScale\"
onclick=\"javascript:PayScaleExtension.displaySalaryCalculator($info , 'United States');return false;\">
<img src=\"http://www.payscale.com/images/research_salary_bug.gif\" alt=\"PayScale\" width=\"109\" height=\"23\" border=\"0\" /></a>"
?>
This is how it displays it:
Sales Representative', ,, 'Greece', ,, 'New York' , 'United States');return false;">
Plus image link next to it.
Thanks for your help.