Database bindings

oops!

Any server connect components/forms that you add to their page are called via javascript in the browser. You can do some PHP on-page but you would need to pre-fetch. This might be useful:

If you are in the early days of your project, I'd suggest seriously considering using the NodeJS server model. As well as having server-side bindings, you can access other functions like utilising sockets for real-time data

1 Like