You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query ="SELECT DISTINCT ".$q[0]." FROM ".strtoupper($q[1])."";
$results = mysqli_query($dbc,$query);
echo "<label>specifically:</label>";
echo $query;
echo "<select class=\"form-control\" name=\"spec\" value=\"<?php if (isset(\$_POST[\'spec\'])) echo \$_POST[\'spec\'];?>\" data-error=\"Please enter the certificate id\" required>";