Re: [PHP] how to convert array into integer

2004-03-14 Thread Raditha Dissanayake
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 14, 2004 12:48 PM Subject: [PHP] how to convert array into integer To all, I have an Array ( [0] => 2 [1] => . [2] => 2 [3] => 0 [4] => 8 ) but i want to convert it into integer 2.208 in order to use it to plot graphho

Re: [PHP] how to convert array into integer

2004-03-13 Thread Five
> > - Original Message - > From: "Kenneth" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, March 14, 2004 12:48 PM > Subject: [PHP] how to convert array into integer > > > > To all, > > I have an Array ( [0] => 2 [

Re: [PHP] how to convert array into integer

2004-03-13 Thread Firman Wandayandi
4 12:48 PM Subject: [PHP] how to convert array into integer > To all, > I have an Array ( [0] => 2 [1] => . [2] => 2 [3] => 0 [4] => 8 ) > but i want to convert it into integer 2.208 in order to use it to plot > graphhow can i convert it? > thx, > Kenne

Re: [PHP] how to convert array into integer

2004-03-13 Thread Raditha Dissanayake
Kenneth wrote: To all, I have an Array ( [0] => 2 [1] => . [2] => 2 [3] => 0 [4] => 8 ) but i want to convert it into integer 2.208 in order to use it to plot graphhow can i convert it? thx, Kenneth Please refer to for loops and string concatenation '.' and type casting (). I can show yo

[PHP] how to convert array into integer

2004-03-13 Thread Kenneth
To all, I have an Array ( [0] => 2 [1] => . [2] => 2 [3] => 0 [4] => 8 ) but i want to convert it into integer 2.208 in order to use it to plot graphhow can i convert it? thx, Kenneth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php