php-json-server icon indicating copy to clipboard operation
php-json-server copied to clipboard

$data isn't working

Open mzaini30 opened this issue 4 years ago • 0 comments

I use GET method and use $data like ?id=1 in url. But, the result is equal to without $data

Then, hello.com/api/student?id=1 the result is same to hello.com/api/student

It's my code: https://github.com/mzaini30/zen-php/blob/master/index.php

mzaini30 avatar Apr 06 '20 23:04 mzaini30