How do I add the $pesq
variable as the column of a query (not search) query?
$pesq = mysqli_real_escape_string($dbcon , $_POST['pesq']);
$pesquisa = mysqli_real_escape_string($dbcon , $_POST['pesquisa']);
$sql = "SELECT * FROM tbcliente WHERE '$pesq' = '$pesquisa'";