Posts by user18176 • 69 points
4 posts
-
1
votes1
answer1409
viewsQ: SQL syntax error
I come again with a similar error in my SQL syntax. I have tried a few times and so far nothing. If you could give me a hand, I’d appreciate it. Just follow my code: $sql="INSERT INTO processos (…
-
0
votes1
answer302
viewsQ: Syntax sql error
I’m trying to make an insert in the database but I’m having a syntax problem, I still can’t identify the error. $sql='INSERT INTO tabela ( nome, nit, rg, cpf, ) VALUES'; foreach($dados as $linha_bd)…
-
4
votes1
answer410
viewsQ: Phonetic Research for Telephone Directory
I’m having a problem searching for phrases, I have a search field and I’m using the LIKE operator to do this, but it’s not serving me correctly, I tried now using SOUNDEX, but it only returns a word…
-
1
votes2
answers664
viewsQ: Phone book with database
I have a phone book with the form already ready and now I need that when the user type in the field search a name or sector, this value should be compared with values of the database and be returned…