n3xtgen 0 Newbie Poster

I have a simple web login application that requires a user to login to view the next page. The login page is HTML and when you click "Login" is goes to a PHP page to check the SQL Database. If it succeeds it goes to another HTML page. I want to port to to Android APK file but dont know how to call and get requests from the PHP file on a mobile device. I have read about the jQuery().get() and jQuery.post() functions but never used them. How can I call the PHP so it works correctly?

Thanks