Main > Free Download Search >

Free search queries script

search queries

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1594
Google Search Box

Google Search Box


Google Search Box is a useful script which allows you to create a free search box from Google.com on your website. more>> Google Search Box is a useful script which allows you to create a free search box from Google.com on your website.<<less
Added: 2009-09-29 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
Class Grep Search 1.0

Class Grep Search 1.0


Class Grep Search is such a great and useful PHP class that can be used to search files in directories like the Unix command grep. more>>

Class Grep Search 1.0 is such a great and useful PHP class that can be used to search files in directories like the Unix command grep.

<<less
Added: 2009-07-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Simple MySQL

Simple MySQL


Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically. more>>

Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically.

<<less
Added: 2009-07-23 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Google Total Results 1.0

Google Total Results 1.0


This PHP class can be used to get the total number of results for a given Google search query more>>

Google Total Results 1.0 is designed as an important PHP class which can be used to get the total number of results for a given Google search query. The Google Search website is accessed in order to perform a query for the specified search terms. The results page is parsed and the total number of results for the search query is returned.

Requirements:

  • PHP 4.0 or higher.
<<less
Added: 2009-07-09 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
11 downloads
PHP SQL Server (MSSQL) Query Analyzer 0.3

PHP SQL Server (MSSQL) Query Analyzer 0.3


PLEASE REVIEW AND EDIT CAREFULLY This is a web-based tool for running queries on a SQL database. more>> <<less
Added: 2009-06-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
PHP-iGrep File Search 1

PHP-iGrep File Search 1


This admin script let you search all files and directories under given path recursively for a case-insensitive string. Default path is script location. more>> This admin script let you search all files and directories under given path recursively for a case-insensitive string. Default path is script location.<<less
Added: 2009-04-22 License: Freeware Price: $0.00USD
12 downloads
Obolynx Torrent Search Script 1

Obolynx Torrent Search Script 1


Features: Torrent Search (From Isohunt and Mininova). Save searches, ip addresses, time and date to MySQL database. Tag Cloud from past searches. Requirements: PHP MySQL more>> Features: Torrent Search (From Isohunt and Mininova). Save searches, ip addresses, time and date to MySQL database. Tag Cloud from past searches. Requirements: PHP MySQL<<less
Added: 2009-02-17 License: Freeware Price: $0.00USD
23 downloads
DaSearch - Web Search Engine Script 1

DaSearch - Web Search Engine Script 1


Dasearch is geared towards providing great search results with optimum speeds and performance. It uses Yahoo BOSS api to provide the search results, Boss is the latest api to be released by Yahoo its great for its unlimited query limit as well as many more>> Dasearch is geared towards providing great search results with optimum speeds and performance. It uses Yahoo BOSS api to provide the search results, Boss is the latest api to be released by Yahoo its great for its unlimited query limit as well as many other features viewable here. Features: * Thumbnail next to the result. (Powered by Shrinktheweb.com). * Ajax function that allows the user to preview the site. * Effective Advertisement placement. * Uses Google cache to cache pages. * Great user friendly design and is easy to customize. * Displays how long it took to make the search. * Fast Loading<<less
Added: 2009-01-19 License: Commercial Price: $0.00USD
12 downloads
SQL Queries For Paging In ASP.NET 1

SQL Queries For Paging In ASP.NET 1


This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. more>> This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. Common solution when you work with large amount of data is to provide data paging.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
14 downloads
Ad Hoc Queries in ASP.NET 1

Ad Hoc Queries in ASP.NET 1


Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries more>> Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries safely with parameters and by constructing a string.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
13 downloads
Logfile Search 07-Aug-2008

Logfile Search 07-Aug-2008


Skim through Apache access log files and count the number of hits to URLs matching a given pattern. Also works with compressed files. more>> Skim through Apache access log files and count the number of hits to URLs matching a given pattern. Also works with compressed files.<<less
Added: 2008-12-04 License: BSD Price: $0.00USD
10 downloads
TPCS Google search button

TPCS Google search button


This Javascript will allow your visitors to search Google via your website. This is very handy on websites with many pages. This Google search button javascript code is a nice adition to any website. more>> This Javascript will allow your visitors to search Google via your website. This is very handy on websites with many pages. This Google search button javascript code is a nice adition to any website.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
14 downloads
Live Search

Live Search


Live Search is a Javascript include file that provides a simple way to incorporate AJAX search into your site. more>> Live Search is designed to be a Javascript include file that brings a simple way to incorporate AJAX search into your site. This script is lightweight and can be adapted to fit in any website layout.The script performs fast searches and is compatible with all known operating systems.<<less
Added: 2008-03-01 License: Freeware Price: Freeware
11 downloads
ASP.NET Search Form

ASP.NET Search Form


Learn how to create a search form for your site using ASP.NET. I also included a video tutorial. more>> Learn how to create a search form for your site using ASP.NET. I also included a video tutorial.<<less
Added: 2008-01-17 License: Freeware Price: $0.00USD
15 downloads
Sending queries to mySQL 1

Sending queries to mySQL 1


PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If more>> PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5