Code:
v_content=[
['http://www.smartmenus.org/other.php','Welcome to the V-NewsTicker example page!','_blank'],
['','Featuring: blah, blah , blah, blah ....','_blank'],
['http://www.smartmenus.org/','Get the most advanced navigation system for your site - the SmartMenus.','_blank']
];
So the v-ticker 2.2 uses the 3 variables for the three instances that show on the news-ticker.
How can I insert php in to the JS, as to use php and mysql to fill this part of the javascript from a database.
while my php is passable, my JS is not, I have not worked with them together before in this way.