I implemented a radius search in my site. It finds companies within 10,20 (etc) miles. My scripts returns multiple zip codes within that range. 10001,10002
Is there a way to show all these results in list view ? Something like:
-action=list&zip=10001,10002,10003
Thank you.