mySql Functions, Tables and Extensions

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Rainbow1
 
 
Posts: 15
Joined: Sun Jan 28, 2018 9:50 pm

mySql Functions, Tables and Extensions

Post by Rainbow1 »

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??
User avatar
Pablo
 
Posts: 23437
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: mySql Functions, Tables and Extensions

Post by Pablo »

This is a very specific requirement, so there is no standard solution for this.
You will need to implement your own script.
Rainbow1
 
 
Posts: 15
Joined: Sun Jan 28, 2018 9:50 pm

Re: mySql Functions, Tables and Extensions

Post by Rainbow1 »

Thanks...
Post Reply