View Single Post
Old 10-01-2012, 06:30 AM   PM User | #3
shanil
New Coder

 
Join Date: Mar 2011
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
shanil has a little shameless behaviour in the past
Hi Fou-Lu,

Thanks for your help and Sorry for the delay..
My array is look like
Array
(
[0] => Array
(
[0] => Array
(
[user] => Array
(
[count] => 0
) [minute] => 0
[1] => Array
(
[user] => Array
(
[count] => 5
[minute] => 1
)

[2] => Array
(
[user] => Array
(
[count] => 3
[minute] => 2

)

)
-----------------------------
---------------------------
etc
))

How can i create the above like array using php and mysql without slowness ?

Thanks in advance..
shanil is offline   Reply With Quote