Hello I have project build on mysql, php. I would like to create a serverless function script which connect to database and return some data from database. I have no idea how use extension “SimpleXMLElement” (client required) and also “mysqli”, can someone help me please?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I believe that this should work by adding that information to your
composer.js
file:And then you can deploy the function as part of your App Platform:
https://docs.digitalocean.com/products/app-platform/how-to/manage-functions/
Best,
Bobby