I’m new in programming, in coding apps and hence in Backendless too … hard job, but willing to learn.
Have the idea that using PHP would give more security to my web since part of the code is in server side and it is not exposed by the browser (like the scripts made in JavaScript). Hope not to be mistaken.
I have a mobile app idea in mind that needs to be complemented with a web site to be used as UI to CRUD some data in the Backendless data service and thought in coding it in PHP.
Is there a PHP interpreter in Backendless hosting installed or shall I think in using an external hosting?
Thank you in advance for your kind support.
Yes, PHP interpreter is provided, however, the PHP code you’d be deploying to Backendless, must follow a specific server-side framework which plugs in to your Backendless backend.
Regards,
Mark
Thank you Mark for your prompt answer.
Where can I find the info to follow the framework you mean?
Regards
Angel
I’d start with this:
https://backendless.com/mobile-developers/quick-start-guide-for-php/
and then this:
https://backendless.com/documentation/api-engine/apieng_overview.htm
Regards,
Mark