Posts by FelipeM13 • 11 points
1 post
-
0
votes1
answer50
viewsQ: Doubt with the LIKE query
I developed a function that searches the bank for a client by ID: function buscaId ($id,$conexao){ $resultados= array(); $query= "select * from cliente where id like '$id%' "; $resultado=…