RE: [PHP] Creating a javascript array from database data

2001-08-16 Thread Tim Ward
Freeman [SMTP:[EMAIL PROTECTED]] Sent: 15 August 2001 18:10 To: Sheridan Saint-Michel Cc: php-general Subject: Re: [PHP] Creating a javascript array from database data Thanks a lot for your help Sheridan, This now appears to work ok :) but if I

Re: [PHP] Creating a javascript array from database data (Off-List)

2001-08-16 Thread Neil Freeman
Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Neil Freeman [EMAIL PROTECTED] To: Sheridan Saint-Michel [EMAIL PROTECTED] Cc: php-general [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 12:09 PM Subject: Re: [PHP] Creating a javascript array

Re: [PHP] Creating a javascript array from database data

2001-08-16 Thread Neil Freeman
: Re: [PHP] Creating a javascript array from database data Thanks a lot for your help Sheridan, This now appears to work ok :) but if I remove the: print \$text\; line (as it is not required), I receive errors complaining about a syntax error (related

[PHP] Creating a javascript array from database data

2001-08-15 Thread Neil Freeman
Hi there, Well after a few hours roaming around various websites I am at a loss. Here is what I am trying to do: 1) Access a MySQL database which contains 1 table 2) Read the records from this table 3) Store the values returned from this table into javascript array elements, ie, if I get the

RE: [PHP] Creating a javascript array from database data

2001-08-15 Thread Jon Farmer
]] Sent: 15 August 2001 17:16 To: PHP General Subject: [PHP] Creating a javascript array from database data Hi there, Well after a few hours roaming around various websites I am at a loss. Here is what I am trying to do: 1) Access a MySQL database which contains 1 table 2) Read the records from

Re: [PHP] Creating a javascript array from database data

2001-08-15 Thread Sheridan Saint-Michel
Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Neil Freeman [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 11:16 AM Subject: [PHP] Creating a javascript array from database data Hi there, Well

Re: [PHP] Creating a javascript array from database data

2001-08-15 Thread Neil Freeman
: [PHP] Creating a javascript array from database data Hi there, Well after a few hours roaming around various websites I am at a loss. Here is what I am trying to do: 1) Access a MySQL database which contains 1 table 2) Read the records from this table 3) Store the values returned

Re: [PHP] Creating a javascript array from database data (Off-List)

2001-08-15 Thread Sheridan Saint-Michel
[EMAIL PROTECTED] Cc: php-general [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 12:09 PM Subject: Re: [PHP] Creating a javascript array from database data Thanks a lot for your help Sheridan, This now appears to work ok :) but if I remove the: print \$text\; line (as it is not required