Is it a Windows computer?
Install
XAMPP.
You now have a Apache/PHP/MySQL setup on your computer.
Configure it to take requests from your Android application and write a PHP script to return JSON/XML or whatever from that script to your application.
Martin.