Posts by StoreDev • 23 points
1 post
-
2
votes2
answers2426
viewsQ: Get URL ID instead of INDEX
Hi, I’d like to know how to get the URL ID as if the index were the ID, like this Using GET: http://domain.com/api.php?id=1999&output=json $id = $_GET['id']; Okay, so far so good, but I’d like…