Hi, I made a new website for a local non-profit. Now they want to bring their old PHP databases to the new wix website. Is it possible to connect a PHP database to a wix website? Thank you
In general, Wix allows you to add HTML, CSS, and JavaScript code to your site. However, you will not be able to add any server-side code, such as PHP or Ruby on Rails . PRO TIP: Wix does not support custom code
@elastic man
Yes that’s correct. You can’t add any other language than JS, HTML and CSS. But you can use cloud providers to do it.
You can use Google Cloud or other cloud providers to create an endpoint and make calls to that functions that runs in cloud servers. In this way you can use PHP, JS, Python or any other language you want to use and get the response in JSON format.
You will need advanced knowledge to do it btw.