Does Velo allow server-side PHP code and have a mysql database? I’m trying to add a slot machine script to a web page. I initially thought it was a html code but turns out the code is not just HTML, there’s also PHP involved and a Mysql database.
Here are the instructions that were included file:///C:/Users/techq/Downloads/slots_v2.1.0/readme.html
No it doesn’t, Velo works on Javascript / typescript; you would need to convert the code from php to Javascript; Mysql on Wix is essentially “collections” (database tables).
Alternatively you could, as a stretch, use wix as the front end and “fetch” the data from a server running your php code so long as it had an api of some kind built in.
You also can’t technically use/build with html on wix, unless you count custom components.
You have also included a filesystem link, only you can access this file from your system, you would need an online url to the instructions for us to see that read me file
How hard would it be to create a slot machine game like this with Velo? @yisrael-wix @jay
https://www.sosgame. com/free-slots/birthday
For a very simple slot machine example, see my Slot Machine example .
For something more robust, you can use a Custom Element to implement one of the numerous Slot Machine web apps available on the Internet.