Niche technologies
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment