Hello, I would like to know how to get the URL ID as if the index was the ID, so type
Using GET:
http://domain.com/api.php?id=1999&output=json
$id = $_GET['id'];
Okay, so long, well I'd like to know how you can get the id like this:
h...
asked by
07.02.2016 / 22:04