Questions tagged as 'busca'

1
answer

Search in php with UNION - mysql_num_rows error

I am making a simple search system that only brings the result amounts of the specified tables. The problem is that it is causing an error because the tables are different and their lines are different. See my script. $q = $_GET['busca']; $qu...
asked by 27.03.2018 / 15:41
2
answers

How to make a search filter

I have a query page that shows in tabular form the records registered in the database through a form. Given that it will reach a point that the system will have many registrations, I thought it wise to do a search field, but I'm not sure wher...
asked by 16.08.2017 / 16:57
2
answers

How to search the database with three types of users?

Hi, I'm doing a college project, it's an internship site project, it has to be developed in Java WEB with database. It has three types of users, the student, the company, and the administrator. I would like to know if there is any way I can log...
asked by 19.10.2016 / 14:46
2
answers

Search PHP / MySQL (show only result exactly the same as typed)

php collects input data using POST method. He is connected right, he is searching, but when typing the UF and Municipality he does not only show me exactly what I typed, but also the related ! I did not know what to do, but I did not know what...
asked by 30.03.2016 / 02:09
1
answer

How to create a dynamic search box?

On this site - link - when you type in the search box, the results appear instantly without having to press enter. How can I do this on Blogger? Thank you!     
asked by 28.09.2018 / 19:36
2
answers

Search by date in MySQL does not work

I have a query in my PHP code that was working normal, but it suddenly stopped working without me making any kind of change. SELECT * FROM comportamento_loja where ativado = 1 and datahoje BETWEEN DATE_FORMAT(STR_TO_DATE(data_inicial, '%Y-%m...
asked by 06.07.2018 / 03:35
1
answer

Compare 2 Text Files, and find equal words [closed]

Is there a tool that finds words in 2 different text files? example: file1.txt pedra cavalo torre animal fogo file2.txt garoto animal festa humano fogo result: animal fogo It is not necessary to be 2 .txt files exactly, bu...
asked by 13.07.2018 / 14:23
1
answer

Tips on how to make a search field with Wordpress

I need tips on how to create a search field in Wordpress, I have a little knowledge on the platform but still very limited and I do not know where to start. The search field is composed of state, city and neighborhood, I read several tutorial...
asked by 02.06.2017 / 03:05
1
answer

Search View in a ListView

I'm trying to implement a Search View in a List View of my project. I saw some tutorials but I could not implement any because there was always an error here and there because of the peculiarities of each list and code. So I come to the best ask...
asked by 04.02.2016 / 02:52
1
answer

In MongoDB, how to search for documents by the size of an Array

I have a collection of documents that are nodes of a graph, where each node has its list of adjacencies: { '_id': ObjectId('547ce6f4ffaba82f360fc525'), 'adj': ['no_2'], 'nome': 'no_1' } { '_id': ObjectId('547ce6f4ffaba82f360fc526'), 'adj': ['n...
asked by 02.12.2014 / 01:19