Main > Free Download Search >

Free results from script

results from

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 620
Select Randoms Results from a Sql Table

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
Paging Results in PHP

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
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
Perltest 1.1

Perltest 1.1


Make an online quiz in minutes. Questions are easily set up in an HTML form and the program automatically tracks user results in a graph. The program is very simple and highly customizable. more>> Make an online quiz in minutes. Questions are easily set up in an HTML form and the program automatically tracks user results in a graph. The program is very simple and highly customizable.<<less
Added: 2004-07-16 License: Freeware Price: 0.00
13 downloads
 
Other version of Perltest
Perltestin an HTML form and the program automatically tracks user results in a graph. The program is very ... in an HTML form and the program automatically tracks user results in a graph. The program is very
License:Freeware
Download
1929 downloads
Added: 2004-07-16
Random MySQL result-set 1.0

Random MySQL result-set 1.0


This sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results. more>> This sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results.<<less
Added: 2004-05-05 License: Freeware Price: 0.00
14 downloads
 
Other version of Random MySQL result-set
Random MySQL result-setThis sample script produces a result set of random rows from a table. It does so by populating one ... result set of random rows from a table. It does so by populating one of the columns with a random
License:Freeware
Download
2008 downloads
Added: 2004-05-05
Easily call executables from Python 1.0

Easily call executables from Python 1.0


Easily call executables from Python script implements a shell-like module in Python which allows you to easily call executables more>> Easily call executables from Python 1.0 offers you a powerful tool which allows you easily to call executables from Python script implements a shell-like module in Python. One common aspect of programming is calling executables and processing results. It is not as easy or elegant to do this in Python as it is in a shell scripting language, such as bash.<<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
14 downloads
Sorting Database Results with PHP

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
gAjax RSS Ticker

gAjax RSS Ticker


gAjax RSS Ticker is a flexible RSS ticker that doesnt require you to install any server side script to run. You can display results from multiple feeds intermixed, sort them in a variety of ways, specify how many entries to show at once, what portion of more>> gAjax RSS Ticker is a flexible RSS ticker that doesnt require you to install any server side script to run. You can display results from multiple feeds intermixed, sort them in a variety of ways, specify how many entries to show at once, what portion of each entry to show etc.<<less
Added: 2007-09-20 License: Freeware Price: $0.00USD
16 downloads
gAjax RSS Feeds Displayer

gAjax RSS Feeds Displayer


This script takes advantage of Googles Ajax Feed API to let you easily display RSS feeds on your site without hosting anything on your own servers. Display results from multiple feeds intermixed, sort them in a variety of ways, specify which components more>> This script takes advantage of Googles Ajax Feed API to let you easily display RSS feeds on your site without hosting anything on your own servers. Display results from multiple feeds intermixed, sort them in a variety of ways, specify which components of each RSS entry to display, and more.<<less
Added: 2007-07-22 License: Freeware Price: $0.00USD
13 downloads
Remove Common Words from Search String

Remove Common Words from Search String


Before sending the user given search string to MySql, its a good idea to remove common words used in it so that it may not disturb any relevant results you have in your DB. Their are far more professional approaches out there for this task but this more>> Before sending the user given search string to MySql, its a good idea to remove common words used in it so that it may not disturb any relevant results you have in your DB. Their are far more professional approaches out there for this task but this simple one helps often.<<less
Added: 2009-02-10 License: Other Price: $0.00USD
12 downloads
gAjax RSS Pausing Scroller

gAjax RSS Pausing Scroller


gAjax RSS Pausing scroller lets you display RSS feeds from your favorite sites on yours, with no server side script to install. The scroller pauses between each display cycle. You can display results from multiple feeds intermixed, sort them in a variety more>> gAjax RSS Pausing scroller lets you display RSS feeds from your favorite sites on yours, with no server side script to install. The scroller pauses between each display cycle. You can display results from multiple feeds intermixed, sort them in a variety of ways, specify how many entries to show at once, what portion of each entry to show etc.<<less
Added: 2007-09-20 License: Freeware Price: $0.00USD
14 downloads
SiteMap

SiteMap


SiteMap script compiles a site map of your website. You can either run the script from the browser, or automatically at preset times via cron. The results are output to a HTML or PHP page, which you c more>> SiteMap script compiles a site map of your website. You can either run the script from the browser, or automatically at preset times via cron. The results are output to a HTML or PHP page, which you can customize and then link to.<<less
Added: 2005-05-30 License: Freeware Price: Free
1620 downloads
One Source Code,different Results, MACROS v/s FUNCTIONS 1.0

One Source Code,different Results, MACROS v/s FUNCTIONS 1.0


his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely... more>> his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely...<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
11 downloads
 
Other version of One Source Code,different Results, MACROS v/s FUNCTIONS
One Source Code,different Results, MACROS v/s FUNCTIONShis ones basically shows that MACROS . his ones basically shows that MACROS
License:Not Specified
Download
1677 downloads
Added: 2005-03-28
BullisSoft - Price Compare Software

BullisSoft - Price Compare Software


BullisSoft - Price Compare Software grabs results from the webs top shops, including Amazon.com, Buy.com and almost 100 more! V.12 Added default search menu. more>> BullisSoft - Price Compare Software grabs results from the webs top shops, including Amazon.com, Buy.com and almost 100 more! V.12 Added default search menu.<<less
Added: 2006-12-17 License: Freeware Price: Free
631 downloads
Web Poll

Web Poll


Create a web poll for your site and have your visitors vote and view results online. Easy to configure and set up. Choose colors, free. more>> Create a web poll for your site and have your visitors vote and view results online. Easy to configure and set up. Choose colors, free.<<less
Added: 2007-09-14 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5