-3

i have to concatenate =>descriptif [i]= "'.$description[i].'"; in the loop for with this (i=0 ; i<16 ; i++):

<?php echo 
    '<script> var descriptif = new Array ();

    </script>';
?>

i need this php array, to create a jquery function. Help me ...

4

1 に答える 1

0

Look into JSON functions for PHP, specifically json_encode()

于 2013-02-23T13:14:01.037 に答える