Report this

What is the reason for this report?

How to add extension mysqli, serverless functions

Posted on July 3, 2022

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:

{ 'require': { 'ext-intl': '*' } }

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.