[PHP] spliting the elements in array

2007-07-04 Thread sivasakthi
Hi Guys, I have the array like below, squid %tu %tl %mt %>A test %st.%hs %>a %

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[2]: [PHP] spliting results into 2 colomns

2001-10-31 Thread Daniel Harik
WoW, thank you very much DL Neil, this is the best reply i've ever got during my time on the web (since 1994). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mai

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

[PHP] spliting results into 2 colomns

2001-10-31 Thread Daniel Harik
Hello Guys 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 here the link, with this code online http://funzz.cjb.net/itfaq/kbase.php -- "; $numOfRows = mysql_num

Re: [PHP] Spliting

2001-02-10 Thread Richard Lynch
> Suppose that I have a page andf I splitted it into two upper side has input > fields and buttons and lower side is > report that is every line includes database information. > Now I have a question when I choose one of the lines below this page how can > I get the values to upper pages input fie

[PHP] Spliting

2001-02-09 Thread Murat Saygili
Hello friends, Suppose that I have a page andf I splitted it into two upper side has input fields and buttons and lower side is report that is every line includes database information. Now I have a question when I choose one of the lines below this page how can I get the values to upper pages inpu