How can I search a Table row for a certain value?
$qry = $connection->prepare("SELECT (row) FROM UserData WHERE * = ''");
I tried this but it didn't work. After I do this can I find which col it was?
How can I search a Table row for a certain value?
$qry = $connection->prepare("SELECT (row) FROM UserData WHERE * = ''");
I tried this but it didn't work. After I do this can I find which col it was?