Skip to content
Larry edited this page Nov 23, 2015 · 1 revision

Welcome to the details wiki!

Nov 22, 2015: working on some ignored code in the responses page. I needed to change a column callout to a string variable so the form that is at the bottom of the page would see the value as a string and not a product of the result from SELECT function. Now the form can save the value and pass it to the respond.php page.

I had the while loop closed before the next SELECT function so the form which needed the (string) value, was below the second SELECT and was not getting the column value since the value was being called as a result of the first query and was never seen by the form since the second query nulled the first query row results.

Clone this wiki locally