Re: [PHP] This loop is screwed up totally. Why o why o why....

2001-04-09 Thread Yo Bro
> The code I have got here works Sorry that last message was wrong. The code doesn't work, it misses the last value in the loop. ""Yo Bro"" <[EMAIL PROTECTED]> wrote in message 9at7b4$ruq$[EMAIL PROTECTED]">news:9at7b4$ruq$[EMAIL PROTECTED]... : Th

Re: [PHP] This loop is screwed up totally. Why o why o why....

2001-04-09 Thread Yo Bro
Thanks for your answer. I tried what you suggested and got the result I expected. They all appear fine. It is only when i loop the array after exploding it, and then attempting to get it to load an image that it doesn't show the last value. The code I have got here works, but the else statement

Re: [PHP] This loop is screwed up totally. Why o why o why....

2001-04-08 Thread Yo Bro
nightmare. Freddy would love this. YoBro "David Robley" <[EMAIL PROTECTED]> wrote in message 01040914425602.26561@www">news:01040914425602.26561@www... : On Mon, 9 Apr 2001 14:27, Yo Bro wrote: : > I do have a matching image, and all cases it does work with different :

Re: [PHP] This loop is screwed up totally. Why o why o why....

2001-04-08 Thread Yo Bro
I do have a matching image, and all cases it does work with different records from the database. IE Where there might be an array of 15 items, but it is always the last one that doesn't show. Even if the image is there, because it gets used if i add another value to the array. IE PS|PW|AC|CD In t

[PHP] This loop is screwed up totally. Why o why o why....

2001-04-08 Thread Yo Bro
Hi I have a feild in a MySql database called features. It is delimited by | the line above the \ key. Anyway, the feild has things like PS|PW|AC etc in it. I have the code below to explode that feild. It all works fine, but when it comes to looping the code below it always misses that last value.