Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Can I store a Linux command in a database field and then execute it when a button is pushed?If so, how?
Yes, you can use shell_exec function in PHP to run a command:http://php.net/manual/en/function.shell-exec.phpGetting access to underlying record data is also easy:http://xlinesoft.com/phprunner/docs/button_getcurrentrecord.htm
Ooof! I was testing with localhost and couldn't see results.Promoted the project to real server, and 'poof', I can see results!