Hi there everyone, I set an array using the following in PHP: $ringb[$i]="$complex_area"; $i++; It cycles through my DB and stores the info, my question is, how can I convert it to a value that can be read in Javascript? I'm stumped. Chris
Hi there everyone, I set an array using the following in PHP: $ringb[$i]="$complex_area"; $i++; It cycles through my DB and stores the info, my question is, how can I convert it to a value that can be read in Javascript? I'm stumped. Chris