PHP varible from mysql query in form, when null
I have an html form used to edit a record in a mysql table. In the case of editing, I prefill the form with the current values for the record as returned by the query, as below: <INPUT TYPE="text" NAME="SITENAME"…