Jump to content

Search Arrays in Database


briant

Recommended Posts

Hello everyone.

 

OK, I know storing imploded arrays in a database field isn't the best technique but I think it's more organized.

 

Well, I'm working on a movies database that consist of Actors field listing all the actors for that movie. They are separated by a simple comma.

 

For ie: Will Smith, Charlize Theron, Jason Bateman, Jae Head.

 

I would like to list all the movies an actor has appeared in using SELECT.

 

Normally, I would use a wildcard *Will Smith* but if another actor was *Smith*... that method wouldn't work.

 

Is there a way to make a field explode into an array then search it using SELECT?

 

Hope someone understands what I'm trying to accomplish. Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/121657-search-arrays-in-database/
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.