Can i create a simple php file?

Hello everyone.
Im building an app for android devices and i need a place to save some php files .
Users can Post and Read a txt file through this php files.
Im trying to upload some php files but it seems they are not uploaded as php.
I miss something?

Hi Savvas

You can upload any file to Backendless File Storage, but php files can not be executed, you can just read the files as plain text.
For reading/writing files I can propose you to use our existing api https://backendless.com/docs/android/files_overview.html

Regards, Vlad