Questions tagged as 'busca'

0
answers

pagination does not load the next records

Hello, after running a search, it delivers the amount specified in the code, so far so good ... now enter my problem, I'm using url friendly and even if the form send with "...? page = 1" I think it does not assign value to $ string, errors subm...
asked by 28.05.2017 / 06:40
1
answer

How to get search links in google using javascript

First of all, yes, I've already checked the APIs provided by Google, such as Google Web Search (discontinued) and the new Google Custom Search, which I've seen works only for searches within a specified site. What I want is to get only the first...
asked by 13.05.2017 / 20:43
1
answer

How to do CSS and HTML search field

Hello, good afternoon, I would like to ask you some questions. I'm starting to learn now, I'm having a problem creating a search field on my site, I'd like some help. I would like to put this search system At the top of my site would be...
asked by 19.05.2017 / 17:24
0
answers

Perform width search

I have a job to do and I'm beating my head to understand how I will do the same. I should perform a width search based on a .txt . The teacher sent some of the code (I'm only doing main ), I could already read the file, but I'm not sure h...
asked by 05.05.2017 / 22:48
1
answer

Filter Search

I have a problem with creating a search filter with select, I was very confused, I'll post the code and an image of what I need: the code: <?php session_start(); include_once("../../conexao/conexao.php"); include_once("../....
asked by 23.03.2017 / 13:09
0
answers

Deep search in tables

I need to search for a value, but I have a problem, I have to search in 3 different tables to find, and when I find I should direct the focus to the DIV where the table is. I can do this search with a table quietly, but with 3 tables in 3 differ...
asked by 22.03.2017 / 19:05
2
answers

SearchBar shows right result, leads to wrong ViewController

I am putting together an app that shows the managers on Page1 and their respective employees on Page2. I decided to mount it on a plist and load it into a TableView, see: Toloadtheplistcorrectly,IinsertedthefollowingcodeintoAppDelegate:class...
asked by 08.04.2017 / 03:22
1
answer

PHP Mysql Seach Result

Good afternoon I have been trying to resolve this for two days without success and would like your personal help:) The tables are as follows: Chaves' ( idChaves int(10) AUTO_INCREMENT, nomeChave varchar, estadoChave int(1) , situ...
asked by 29.01.2017 / 18:04
1
answer

search function in a list angularjs

Hi, I have a function that searches a list for the occurrence of any string typed in the field that is passed as its parameter, it works fine for fetching these strings: $scope.$watch('q', function(newValue, oldValue) { if (oldValue != n...
asked by 23.11.2016 / 17:07
1
answer

Filter dates that user entered our system

Hello, how are you guys? I'm trying to filter the dates that users connect to my system. It has a but, first need to filter so it does not have duplicate users. I'm already doing this with the DISTINCT command. With the result that D...
asked by 09.12.2016 / 13:45