Jump to content

get from part of a string


emjez15

Recommended Posts

  • 3 weeks later...

If you don't have too much data yet, it would be best to restructure your database to store it in a more friendly way - this will aid the retreival of data no end!

 

Otherwise you are into crazy uneccessary regex territory:

 

ipreg_match_all ("/".(\\[) .'.*?' .(,)   ."/is", $yourCrazyString, $m))
echo '<pre>';
print_r($m);
echo '</pre>';

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.