[PHP-DB] PHP Array to Javascript?

2004-08-25 Thread Chris Payne
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

Re: [PHP-DB] PHP Array to Javascript?

2004-08-25 Thread Ramil Sagum
On Wed, 25 Aug 2004 20:18:23 -0400, Chris Payne [EMAIL PROTECTED] wrote: 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

Re: [PHP-DB] PHP Array to Javascript?

2004-08-25 Thread Ignatius Reilly
look at the PEAR HTML_Javascript class _ - Original Message - From: Chris Payne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 26, 2004 2:18 AM Subject: [PHP-DB] PHP Array to Javascript? Hi there everyone, I set an array using