ok, here's the deal, i get a variable passed through PHP, and i need that variable to be the content of a scrolling text javascript.. i tried this
PHP Code:var marqueecontents='<font face="Trebuchet MS" size="2"><? echo "$message"; ?></font>'
but that doesnt work
i also tried
if someone could help me out here, id appreciate itPHP Code:var message=<? echo "$message"; ?>
var marqueecontents='<font face="Trebuchet MS" size="2">'+message+'</font>'![]()






Bookmarks