Recent content by Sandeep N

  1. S

    HTML Question Need Help ...?

    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...
  2. S

    PHP question please help !!!!?

    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
  3. S

    PHP simple array question?

    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" ;
  4. S

    PHP simple array question?

    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" ;
Back
Top