I have an android app that runs a PHP script to insert some rows into a MySQL table on my home server. I need to perform some debugging for which I have placed some "echo" commands at strategic locations within my PHP script. However, since the script is being triggered by an Android app on my phone, I obviously can't view the results of those echo commands in my browser. Is there any workaround?I have an android app that runs a PHP script to