11 Topics

Member Avatar for
Member Avatar for Dani

All this hoopla around ChatGPT and AI got me thinking about voice search. Has anyone created a version of Siri that actually *works*? (And, no, Google Assistant and Alexa don't really count. Google Assistant has never answered a single thing for me.) What about Cortana now that Microsoft owns a …

Member Avatar for rproffitt
1
57
Member Avatar for wolveirne2005

This is whole system that's already built. The search functions need this kind of variable search[account_number] . Otherwise he result does not show up. How can I pass the value? [CODE] <div align="center"><br />Search:<br /> <select name="searchby" id="droplist"> <option name="search[company_name]">COMPANY NAME</option> <option name="search[account_number]">ACCOUNT NUMBER</option> <option value="all">SHOW ALL</option> </select> <br/ ><br …

Member Avatar for wolveirne2005
0
115
Member Avatar for SG01

How do I search for a document from within my visual studio program. ie: looking for checklists by name or part of name and then be able to open the found document / file from the found search. comp - could return compactor / compressor etc.. then be able to …

0
69
Member Avatar for bunnyali2011

Hello who knows how to create a search box in Visual Basic? I want the search box based on streamreader. In proper terms, when I will input a text, it has to read on a text file in drice C. I know the streamreader code but don't know the code …

Member Avatar for Nick Evan
0
771
Member Avatar for george61

This is some PHP search code with some mistake. $run gives nothing where $run = mysql_query($construct); It gives: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\xampp\search\search2.php on line 39 No results found. [CODE]<?php //get data $button = $_GET['submit']; $search = $_GET['search']; if(!$button) echo "You didn't submit …

Member Avatar for george61
0
179
Member Avatar for Jollyyy100

Am working on a project using vb.net and i have connected a database to it. I have an employee table within that and now i want to create a search box in vb.net where by if i type the employee-number of the employee i can get access to his or …

Member Avatar for Jollyyy100
0
2K
Member Avatar for saucy6969

Am completing a website and can't get the final piece to work which is the search engine. Have tried implementing Google's OnTheFly script which works up pop up a new window but only puts out "The resource you have requested could not be found." each and everytime. This was the …

Member Avatar for Billz89
0
313
Member Avatar for Fbody

Is there an issue with the Site Search? It doesn't matter what search terms you enter it comes back with: [QUOTE=Site Search Response]Sorry - no matches. Please try some different terms[/QUOTE] To test, I did searches for "bit-fields", "bit fields", "bits" and that was all that I could get. I …

Member Avatar for Dani
0
152
Member Avatar for NorthDakota

Hi all :) I'd like to make a little vb.net program that executes searches on a msaccess database. I use a textbox to get the value to search and than i'd like to search all the values that has the textbox value in the middle. So, the queries should look …

Member Avatar for NorthDakota
0
182
Member Avatar for ayesha789

Hi Please tell me how we can search PDF File , which is stored in folder like C:\Folder and then show in show.php page as dynamic link. also Upload new PDF File to Folder Please tell me how?

Member Avatar for kvprajapati
0
857
Member Avatar for dhavalcoholic

Hello friends, I am trying to make a simple search box in ASP. I am using a text box, where the user enters his query. And besides it, I am using drop down menu (<select>.. <option>.. </select>) in which the user selects what he want to search (Song name, Artist, …

Member Avatar for dhavalcoholic
0
199

The End.