array javascript to array PHP
Posted: Tue Jan 19, 2010 12:03 am
Somebody help me...
I want to know how to do this...
<scrpt>
function go()
{
var arr = new Array();
:
:
:
return arr;
}
</script>
so... php function just call the javascript function...
<?php
$arr2 = "<script>go();</script>";
?>
I want to know how to do this...
<scrpt>
function go()
{
var arr = new Array();
:
:
:
return arr;
}
</script>
so... php function just call the javascript function...
<?php
$arr2 = "<script>go();</script>";
?>