0👍
Seems like you’re just not concatenating that variable into your string. All you should need to do is just use that variable in your string that you pass to your function like this:
<?php
echo getBhQuery('search','JobOrder','isOpen:true AND region:"'. $region .'"','id,title,categories,dateAdded,externalCategoryID,employmentType,customText12'); ?>
- [Vuejs]-AWS Cognito Authentication Not Working as Expected
- [Vuejs]-How to fix 'didn't work redirect by Turbolinks' in Ruby on Rails with Vue.js
Source:stackexchange.com