Jump to content

Explode loop from mysql


aQ

Recommended Posts

Hi again!

 

I have this value in a table in my database called wardrobe: Socks|Pants|Cap

 

I use explode to cut it into pieces.

explode("|", $wardrobe);

 

Then, I want to print all the pieces from "wardrobe". I do not want to do this manually, because each user has different amount of stuff in his wardrobe. Am I able to create a loop for these?

Example (this doesn't work)

while($wardrobe)
print $wardrobe[$number];
}

 

Thank you for a great forum!

Link to comment
https://forums.phpfreaks.com/topic/52526-explode-loop-from-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.