Hi!
I want use this array:
[php]<?php
$sql = db_query(get_specified_items($item, $classcode, $plancode, $type, $desc, $area, $type));
for ($i=0;$i<db_num_rows($sql);$i++)
{ $row = db_fetch($sql); $myarray[$i]=$row[0]; }
?>[/php]
in this javascript code:
[code]
[/code]How can I do it? I tried find help with google, but it didnt work Thank youuuu