Re: [PHP] spliting results into 2 colomns

2001-10-31 Thread Daniel Harik
I't just came into my mind, if 1 simple split that arrey in to 2 arrays, it would be much simplier and wouldn't need second loop, i just wanted to know how can i split 1 array in 2 arrays Thank You -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] spliting results into 2 colomns

2001-10-31 Thread DL Neil
> I have following code, sorry it's pretty big for posting, i want to > split the output into 2 colomns, been trying almost all still can't > get it working Harik, First off, have you checked the manual (http://uk.php.net/manual/en/function.mysql-result.php) and the recommendations against th