hey all..
i was wondering if anyone culd help me wid this..
i've a html file with javascript and a php file..
i need to access the db result generated by the php file in my javascript..to dynamically load drop down menu in the html file..
was wondering if i cud use somehin like..
var abc='load.php?array_name='+array_name;
to access the array in php file..
thanks in advance..:-)