On index.php I'm using downloadUrl for a file called data.php in the same folder. (Which works as intended)
$type = urlencode($_GET['type']); WORKS on index.php
but NOT on data.php. It returns nothing when used there...
On index.php I'm using downloadUrl for a file called data.php in the same folder. (Which works as intended)
$type = urlencode($_GET['type']); WORKS on index.php
but NOT on data.php. It returns nothing when used there...