Re: [PHP-DB] incrememnting an array

2002-09-24 Thread John Coder
On Fri, 2002-09-20 at 16:49, John Coder wrote: On Fri, 2002-09-20 at 05:41, Martin Adler wrote: I hope the little script bellow helps you greet Martin ? $arr = array('a','b','c','d','e','f','g','h'); $arr2[] = $x = array_shift($arr); $arr2[] = $y = array_shift($arr);

Re: [PHP-DB] incrememnting an array

2002-09-23 Thread Ever Lopez
r [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 20, 2002 8:19 AM Subject: [PHP-DB] incrememnting an array hi all this is what I would like to do. I have a dynamically generated array from a database and I wnat to do a piechart from it . for example the array woul

Re: [PHP-DB] incrememnting an array

2002-09-20 Thread John Coder
- From: John Coder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 20, 2002 8:19 AM Subject: [PHP-DB] incrememnting an array hi all this is what I would like to do. I have a dynamically generated array from a database and I wnat to do a piechart from it . for example