Hi support team,
Is there any way let we use php script in user list advanced filter?
I would like to get a variable from site URL use for advanced filter.
Example code:
Working script
Code:
( ( SELECT COUNT(`radius`) FROM `#__location_geosearch` AS locs WHERE locs.`radius` < '30') > 0 )
Can we use
Code:
'<?php echo $_GET["radius"]; ?>'
or a php variable
instead of
I tried many way but doesn't work out.
Do we have any solution like use Auto action plugin ..?
Best Regard