Hello all, question here 🙂
I have a field in my mysql database in a table, that goes like:
you have three values, say one,two,three;
and they are seperate by comma's, until the third value, which gets a semi colon at the end. Then it has the next three values, all seperated by commas and the process repeats. All in the same field. What I want is I need to know what kind of loop and how to do it, to have a php loop read from that field, and then place each of the three values in a text field accordingly (one,two,three) and then at the semi colon start a new line and repeate the processes until its done. How would I go about this? Many thanks in advance! I believe ive tried a standard loop and a foreach with no luck, so I hope someone knows something I dont 🙂