Hi, I have a mySql db which stores data from over a dozen sensors and display the data on a web page hosted by my website using the Chart.js extension with no problem.
In mySql I have several function's which checks the data and sets various flags in an error table if the sensor readings move outside a defined range, again no issues here.
My question is, is there a way to have an object (Editbox, Shape, Button etc) on my webpage (WYSIWYG) change color depending on a mySqli query of the error table?
Other than possible modify the webpage php code which I am not keen on doing, is there an extension which exists to do this??
mySql Functions, Tables and Extensions
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
- Posts: 23916
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: mySql Functions, Tables and Extensions
This is a very specific requirement, so there is no standard solution for this.
You will need to implement your own script.
You will need to implement your own script.
-
Rainbow1
-

- Posts: 15
- Joined: Sun Jan 28, 2018 9:50 pm