Display like records from a multi-select from another multi-record

2 posts by 1 authors in: Forums > CMS Builder
Last Post: October 7, 2014   (RSS)

By JeremyHarrison - October 7, 2014

I realised I was approaching things in a stupidly complicated way.

If any one has a similar issue in future, I've simply added an if statement containing strpos to identify a matching number in the sequence of selected locations:

<?php if (strpos($record['location'], $locationsRecord['num'])): ?>