$_GET returning filter value?
Posted: 2020-10-20 17:41
Hi, this is my attempt to get a filter value with php from this url param:
It returns empty, does anyone know how to make this work?
Thank you
Code: Select all
$catg = makesafe($_GET["FilterValue%5B13%5D"]);
echo 'testing: '.$catg;
Thank you