Questions tagged as 'busca'

1
answer

Find phrase within .cs files from a specific folder using C #

I would like to know how I can fetch a phrase within .cs files from a specific folder. You do not need to develop code, just want to know what functions to use and how to use them. I could not find anything on Google.     
asked by 17.06.2015 / 21:15
1
answer

Search all table fields in an Action

I would like to know how best to construct a query that looks in all the fields of a table. Let's say I have a news site, and on this site I have input to Search in my template. When typing the information in this template, it n...
asked by 29.04.2015 / 14:53
1
answer

How is the basic operation of the algorithm A *?

I'm reading about the A * search algorithm to be able to implement it in the future. I know it is used to find a path in a graph, but I can not see very well how it is done. However, I am having difficulty understanding certain aspects of i...
asked by 07.09.2018 / 07:30
1
answer

Search in multiple tables

Hello, I'm trying to search in 3 different tables, see my code: $buscando = $pdo->query("SELECT * FROM filmes WHERE nome LIKE '%$busca%' AND status='ativo' ORDER BY nome ASC"); The tables would be: animes, films and series. All have the...
asked by 19.08.2017 / 00:25
1
answer

SQL Query - Non Duplicate Results

I want to return a search of the database without repeated data. The table is named Wps_history and contains the following columns: id user_id adm_user_id type user lancamento data valor saldo reason ip inserted I'm doing the sear...
asked by 08.12.2016 / 16:36
1
answer

MySQL table with lots of data

Example case: I have a system with approximately 5 million records, it is recommended to use a single MySQL table to save, for example tabela_empresas_brasil ? since every time the user makes a query will need to search those 5 million r...
asked by 14.09.2016 / 17:21
1
answer

Create link with data of a form [duplicate]

I have an external search site ready where search results generate a link similar to this: http://example.com/pesquisa?utf8=✓&search=itempesquisado&x=0&y=0 . I would like to create a form on my website that would take to t...
asked by 26.09.2014 / 22:48
1
answer

Create a search within a select

I wanted to know some method to incorporate a search for, to facilitate the use of select in a system with many categories, looking for the internet, I found a paid script that has a solution, let's say better. I will leave an image below that s...
asked by 30.05.2014 / 23:39
3
answers

What is the best way to create PHP Related Posts?

I have a system that I use, but I wanted to have a system to make the search for related posts more filtered, I currently use REGEXP SQL to do, I already used LIKE and the results did not please me, Anyone have any new ideas on...
asked by 07.03.2014 / 18:03
2
answers

problem with regular expressions in php

I'm having a problem with PHP. I created a search system with php without using database. the search works perfectly, the system can search for a word in the files, the problem is in displaying the results of the search, the system used to displ...
asked by 07.01.2015 / 20:23