game
11-21-2012, 09:33 PM
http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
Is there any way i can replace where the text is and add a php var which will have the msg data pulled from database?
var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
i am trying to add this to a ipb 3 hook that i am coding on the html template side, so it will have to look like code bellow , tried that but not working
var pausecontent=new Array()
pausecontent[0]='{$data[' news']}'
Is there any way i can replace where the text is and add a php var which will have the msg data pulled from database?
var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
i am trying to add this to a ipb 3 hook that i am coding on the html template side, so it will have to look like code bellow , tried that but not working
var pausecontent=new Array()
pausecontent[0]='{$data[' news']}'