Hi Everyone,
Here is my objective: I need to display the reviews of companies that are in a radius of 20 miles away from my home address.
I have 3 tables with the corresponding fields:
-reviews: company_name, review_rating, review_comment, review_title
-companies: company_name, company_address, company_website
-user: username, email, password, address
I would like to display the request mentioned above in a repeating group. How can I do that?
Thanks for the help