Can use PHP with Ui Builder? Run a website from Ui Builder by PHP.
Welcome to the forum.
- php is a server side language = backend
- nodejs (uibuilder) is a server side language = backend
Pick one.
Can you explain what you want to create with uibuilder ?
I would like Create authentication User Level for View only, View and set value.
Thank.
You will need to give us a bit more to go on than that.
If you have an existing PHP based website or API, you can probably call that from Node-RED using the request node.
You would use uibuilder to build a custom user interface to display and interact with the data that you had retrieved.