[PHP] Re: One more newbie question. About foreach..

2013-06-24 Thread Karl-Arne Gjersøyen
WOW! Thank you very, very much! This is so good! Thanks to all of you for spending time to learning me programming! Karl 2013/6/23 Maciek Sokolewicz > On 23-6-2013 17:11, Karl-Arne Gjersøyen wrote: > >> Hello again. I Got the solution for my last mention problem. Now I can >> update several row

[PHP] Re: One more newbie question. About foreach..

2013-06-23 Thread Maciek Sokolewicz
On 23-6-2013 17:11, Karl-Arne Gjersøyen wrote: Hello again. I Got the solution for my last mention problem. Now I can update several rows at once by one single submit action. [...] I have tried to search in google and on PHP.net but can't fine anything that explain my problem. I like to have n

[PHP] Re: One more newbie question. About foreach..

2013-06-23 Thread Tim Streater
On 23 Jun 2013 at 16:11, Karl-Arne Gjersøyen wrote: > // Foreach get all given serialnumbers as I want it >foreach($serialnumber as $snr){ > > // I got the number of serialnumbers given in the array > $count = count($serialnumber); Why not do this *before* the foreach loop? > // I though