Re: [PHP] split array in 2 halfs

2001-10-31 Thread Jack Dempsey
Based on what criteria? if you just want to split the array at element 30, you could use array_splice to get the necessary data... - Original Message - From: "Daniel Harik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 2:16 AM Subject: [PHP] split array in 2

RE: [PHP] Split array

2001-08-07 Thread Karl Phillipson
you could use implode http://www.php.net/manual/en/function.implode.php == Karl Phillipson PHP SQL Programmer Saffron Hill Ventures 67 Clerkenwell Road London EC1R 5BL Saffron Hill: 0207 693 8300 Direct Line: 0207 693 8318 -Original Message- From: Veniamin

Re: [PHP] Split array

2001-08-07 Thread Tim
See: http://www.php.net/implode - Tim http://www.phptemplates.org On 07 Aug 2001 14:02:04 +0200, Veniamin Goldin wrote: > How do I split array so, that I'll get string variable with "," delimeter of > each array value ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m