When i echo the $catid, it returns null. $catid is there, confirmed by
command prompt and "select table from database".
Is php needed to set anything or security issue such that $HTTP_GET_VAR
associative array can't be retrieved?
Thanks a lot
$catid = $HTTP_GET_VAR['catid'];
echo "catid at showcat: $catid";
command prompt and "select table from database".
Is php needed to set anything or security issue such that $HTTP_GET_VAR
associative array can't be retrieved?
Thanks a lot
$catid = $HTTP_GET_VAR['catid'];
echo "catid at showcat: $catid";
Comment