Currently i am working on a face recognition project. The ionic function is uploading photo to php
fileTransfer.upload(this.myphoto, 'https://xyz.000webhostapp.com/uploadPhoto.php', options)
The php then executes python which recognises the face and send image data to mysql table. Is there any way I can get that data from mysql into Ionic app?