gowthaman ramasamy wrote:
hi list ,

[snip]


I use <a hreff="xx.xx.com" title=$display> .....</a>. and have two

[snip]


Try enclosing $display betwen " like:

echo '<a href="xx.xx.com" title="'. $display '"> ... </a>';

Regards ...

I do not agree about it's a Javascript issue, the title attribute is an standard HTML one. The error possibly was in the PHP code not passing the string in the correct form.

Regards,
Jordi.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to