Posts by Lindomar • 1 point
2 posts
-
0
votes1
answer36
viewsA: list publications of friends
if I got it right it should be SQL more or less like this : search Ids of my contacts: $contatos_ids_query = "SELECT id FROM $table_contatos WHERE usuario=$cod_login"; $lista_ids =…
-
0
votes1
answer32
viewsA: Clear field type search
Try this. <!DOCTYPE html> <html lang=""> <body> <input id="input-search" placeholder="informe o código"/> <br/> <br/> <input id="input-display"/> <script…