Problem scenario
You have deployed the LAPP stack. You want a basic and meaningful message to be presented to a user of the web application after a SQL command has been run. Currently a user can click on buttons to run SQL commands behind the scenes. Messages that are returned to the user may be meaningless like “Resource id #4” or “Resource id #5.” You want to augment the functionality so at least a rudimentary message (with some meaning) is returned to the user.
…