[phplib] Problem with a comma-delimited field. From: Curtis, Lorenzo (Lorenzo.Curtis <email protected>)
Date: 10/25/00

I have a database with one field that has to store comma-separated values.

How can I pull that data and loop through it?

e.g.,:

Field: start,middle,finish

Loop to produce separate lines for each

while (something to cause the loop) {

        echo "$value"; //where each time the value is displayed, it will
cause each item in the field above to be displayed.

}

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>