query results
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 690
EasyQuery Class 2
This class makes it much simpler to query a MySQL Database. With just 2-3 lines of code, you can have the results a SELECT query put into an array variable. With 2 lines of code, you can have a non-SELECT query run on your database. more>> This class makes it much simpler to query a MySQL Database. With just 2-3 lines of code, you can have the results a SELECT query put into an array variable. With 2 lines of code, you can have a non-SELECT query run on your database.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
10 downloads
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.
Added: 2009-07-09 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
11 downloads
Paging Results in PHP
Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page. more>> Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.<<less
Added: 2006-09-06 License: Freeware Price: Free
1254 downloads
MySQL Simple Query Browser 0.1.10
write a query, execute, and youll get the result. in this script you can log in to database server, create database, drop database, create table, and drop table using dialog box. fast and simple query browser. need wxPython and MySQLdb modul. more>> write a query, execute, and youll get the result. in this script you can log in to database server, create database, drop database, create table, and drop table using dialog box. fast and simple query browser. need wxPython and MySQLdb modul.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
19 downloads
Other version of MySQL Simple Query Browser
License:Freeware
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
Bear SQL 1.0
Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter more>> Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter tables, add and remove primary keys and indexes, add edit and delete columns, change column properties, search tables, optimize tables, write your own queries, save queries, save query results, add and manage users and more. All from a simple web front end.<<less
Added: 2008-12-18 License: GPL Price: $0.00USD
11 downloads
ASP.NET DNS query component
This .Net component allows any asp.net application to query DNS A, NS, CNAME, SOA, PTR, HINFO, MX, TXT, AAAA records. DNS component source code is also included. Component comes with help files and sa more>> This .Net component allows any asp.net application to query DNS A, NS, CNAME, SOA, PTR, HINFO, MX, TXT, AAAA records. DNS component source code is also included. Component comes with help files and sample application.<<less
Added: 2005-08-18 License: Freeware Price: Free
1549 downloads
MySQL to JSON
The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an ar more>> The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.<<less
Added: 2006-07-05 License: PHP License Price: Free
1251 downloads
Sorting Database Results with PHP
This tutorial will show you how to display data from a database and allow the user to sort it. more>> This tutorial will show you how to display data from a database and allow the user to sort it.<<less
Added: 2002-09-24 License: Not Specified Price: Free
2641 downloads
Select Randoms Results from a Sql Table
In this tutorial you will learn how to select some randoms results from a sql table with few lines of code. more>> In this tutorial you will learn how to select some randoms results from a sql table with few lines of code.<<less
Added: 2006-04-15 License: Freeware Price: Free
1291 downloads
Boolean to SQL Query Translator 1.0
This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields. more>> This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields.<<less
Added: 2005-05-29 License: Free Non-Commercial Price: $0.00USD
10 downloads
Other version of Boolean to SQL Query Translator
License:Free for non-commercial use
CSVsearch - Search a database and display results 01/2004
Search all or part of your online database and display the results using your existing look and feel. You can offer as many or as few search options as you want. The advanced version has enhanced filtering and can split the results across pages. more>> Search all or part of your online database and display the results using your existing look and feel. You can offer as many or as few search options as you want. The advanced version has enhanced filtering and can split the results across pages.<<less
Added: 2002-12-09 License: Price: 0.00 Price: 0.00
12 downloads
Other version of CSVsearch - Search a database and display results
License:Not Specified
Mysql Select Query 1.0
This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo. more>> This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.<<less
Added: 2006-12-29 License: Other Price: $0.00USD
11 downloads
Other version of Mysql Select Query
License:Other Free / Open Source License
Arabic MySQL Query 1.1
This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queries for Arabic text. more>> This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queries for Arabic text.<<less
Added: 2006-02-11 License: GPL Price: $0.00USD
17 downloads
Other version of Arabic MySQL Query
License:GPL
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
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above query results search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed