Re: [PHP-WIN] foreach Problem

2004-11-13 Thread Trystano
increase the amount of the times you are looping by one. If you use a FOR loop and loop through the array by its length + 1 Tryst

[PHP-WIN] foreach Problem

2004-11-13 Thread MikeA
I am new to PHP (4.3.9) and have been working on an open source application helping someone. At the same time I am learning PHP and honing my skills. I've looked in the docs that came with PHP and tried to follow the example but it was not well documented. I have the following function. The fore