Pass Parameter ALong with Json Query android -


json query fetch user data :

http://abcd.in/getallusers.php 

but in query user need pass usertype.

i tried :

http://abcd.in/getallusers.php/usertype 

but response

{"status":false,"message":"send required parameters"}

can 1 me this. have 2 types of user (simple , vip)

how can pass usertype in json query


Comments

Popular posts from this blog

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

c++ - llvm function pass ReplaceInstWithInst malloc -

python - IO.UnsupportedOperation: Not Writable -