1. i have login page in asp
2. i need to hit the api in php by pass url ,username,password converting to json format
3. when hit again i receive the data in json that includes username,userid,password.
4. when i receive it here again it will be in json i decode it and match with my username and password redirect to second page ...