I did a Good Looking Containers(Box) just like Orkut one (default) with little more effects and its way better than that ....
i didnt use the Classical CSS and table i used a complex javascript method and conditional magnitudes defined by the current size of the scrren so it alters by itself...
i want to assign a javascript variable say
var next
from a php variable probably fetched by data base
i.e i might have a variable named $test in php i want that value to be assigned to javascript variable var next
answers are greatly appreciated
you can create a class and do these so you can combine those similar data entity's as your question is how to create array here it goes
var test = array();
now test is an array you can assign values like
test[0] = "Hello there";
test[1] = "Just a test" ;
you can create a class and do these so you can combine those similar data entity's as your question is how to create array here it goes
var test = array();
now test is an array you can assign values like
test[0] = "Hello there";
test[1] = "Just a test" ;