Welcome Guest, Not a member yet? Register   Sign In
Forwarding DB array to view
#4

[eluser]wowdezign[/eluser]
if you need to use the number, you can do:

Code:
$num =  count($books_array);

but if you just want to iterate:
Code:
foreach($books_array as $item){
  // each time through do something;
}


Messages In This Thread
Forwarding DB array to view - by El Forum - 07-26-2009, 05:14 AM
Forwarding DB array to view - by El Forum - 07-26-2009, 05:40 AM
Forwarding DB array to view - by El Forum - 07-26-2009, 06:50 AM
Forwarding DB array to view - by El Forum - 07-26-2009, 07:01 AM
Forwarding DB array to view - by El Forum - 07-26-2009, 07:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB