Date: 10/25/00
- Next message: Matthias Endler: "RE: [phplib] Problem with a comma-delimited field."
- Previous message: Daniel Zeiss: "[phplib] form data and session lost after post"
- Next in thread: Matthias Endler: "RE: [phplib] Problem with a comma-delimited field."
- Reply: Matthias Endler: "RE: [phplib] Problem with a comma-delimited field."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Matthias Endler: "RE: [phplib] Problem with a comma-delimited field."
- Previous message: Daniel Zeiss: "[phplib] form data and session lost after post"
- Next in thread: Matthias Endler: "RE: [phplib] Problem with a comma-delimited field."
- Reply: Matthias Endler: "RE: [phplib] Problem with a comma-delimited field."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

