shahbaz200
Newbie
- Jul 25, 2015
- 25
- 1
I am able to access data one entry at a time, what I am trying to do is get everything whats accessible at once.
http://WEBSITE/SOMEURL/test.php?cnic=xxxxxxxxx
by inserting some valid numbers in place of xxxxxxxxx i am able to see a data entry. Is this possible to get all the numbers at once?
And I have another url of same website which can only be access by android app, on browsers it gives error of invalid ip address and tells me to download app
http://WEBSITE/SOMEURL/search_num.php?api_key=AAAA&api_pass=BBBB&num=CCCCCCCC
Api key and api pass is same for all entries, putting in valid ccccc gives me data entries when used from app. The problem is one by one is not what I want. I want everything at all!
Can anyone help me? Sorry if wrong section.
http://WEBSITE/SOMEURL/test.php?cnic=xxxxxxxxx
by inserting some valid numbers in place of xxxxxxxxx i am able to see a data entry. Is this possible to get all the numbers at once?
And I have another url of same website which can only be access by android app, on browsers it gives error of invalid ip address and tells me to download app
http://WEBSITE/SOMEURL/search_num.php?api_key=AAAA&api_pass=BBBB&num=CCCCCCCC
Api key and api pass is same for all entries, putting in valid ccccc gives me data entries when used from app. The problem is one by one is not what I want. I want everything at all!
Can anyone help me? Sorry if wrong section.