Sunday 12 June 2011

how to convert php array into javascript?

$x = $y = $z = array();
while($result=mysql_fetch_array($exe,MYSQL_ASSOC))
{
$x[] = $result['xplus'];
}



$script = '';
echo $script;

No comments:

Post a Comment