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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -