Main > Free Download Search >

Free search functions script

search functions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2400
Database Functions

Database Functions


This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated more>> This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and retrieve the SELECT query results into associative arrays.<<less
Added: 2007-07-17 License: GPL Price: Free
834 downloads
RSS-functions 1.0

RSS-functions 1.0


RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code more>> RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code<<less
Added: 2006-08-25 License: Free Non-Commercial Price: $0.00USD
12 downloads
 
Other version of RSS-functions
RSS-functionsRSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS ... RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS
License:Free for non-commercial use
Download
1168 downloads
Added: 2006-08-25
Pseudo-random PHP functions

Pseudo-random PHP functions


This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number. more>> This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.<<less
Added: 2006-03-31 License: GPL Price: Free
1309 downloads
Search Engine Position

Search Engine Position


Check your websites position on the 3 major search engines: Google, MSN and yahoo by a specified keyword, you have the possibility to set the limit from Top 100 to Top 1000. more>> Check your websites position on the 3 major search engines: Google, MSN and yahoo by a specified keyword, you have the possibility to set the limit from Top 100 to Top 1000.<<less
Added: 2007-10-09 License: Freeware Price: $0.00USD
15 downloads
Cookie Functions 1.0

Cookie Functions 1.0


4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code. more>> 4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.<<less
Added: 2004-03-25 License: Freeware Price: 0.00
13 downloads
Search Engine Saturation 2.1

Search Engine Saturation 2.1


The Search Engine Saturation program checks how many pages from your web site are indexed by the mayor search engines. more>> The Search Engine Saturation program checks how many pages from your web site are indexed by the mayor search engines.<<less
Added: 2007-01-07 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Search Engine Saturation
Search Engine SaturationCheck the search engine saturation of 4 websites in the same time and . Check the search engine saturation of 4 websites in the same time and
Price: $0.00USD
License:Freeware
Download
12 downloads
Added: 2007-10-09
Search Engine Positioning

Search Engine Positioning


Check your search engine positions for any keyword in the mayor search engines and get an advanced report including related keywords and spell check. more>> Check your search engine positions for any keyword in the mayor search engines and get an advanced report including related keywords and spell check.<<less
Added: 2007-01-07 License: Freeware Price: $0.00USD
11 downloads
Google search button 1

Google search button 1


This script will allow your visitors to search google from your website without leaving your website. more>> This script will allow your visitors to search google from your website without leaving your website.<<less
Added: 2005-10-19 License: Freeware Price: $0.00USD
12 downloads
Functions in C++

Functions in C++


In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
15 downloads
Number library of functions 1.0

Number library of functions 1.0


A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion. more>> A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion.<<less
Added: 2009-01-01 License: GPL Price: $0.00USD
11 downloads
String library of functions 1.0

String library of functions 1.0


A library of functions embedding into the original javascript String object: it features the replacement of all occurrances (supports arrays), accents and HTML entities management, data type conversion and recognition; slashes management, stripping Tags more>> A library of functions embedding into the original javascript String object: it features the replacement of all occurrances (supports arrays), accents and HTML entities management, data type conversion and recognition; slashes management, stripping Tags out;; Euclidean distance between strings ... and more operations.<<less
Added: 2008-03-01 License: GPL Price: $0.00USD
13 downloads
PHP Functions urlencode 1

PHP Functions urlencode 1


You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
11 downloads
Search Engine Saturation Tool

Search Engine Saturation Tool


Search Engine Saturation refers to the number of pages a given search engine has in its index for your website and will compare your Search Engine Saturation Results to 2 of your competitors. Free service. more>> Search Engine Saturation refers to the number of pages a given search engine has in its index for your website and will compare your Search Engine Saturation Results to 2 of your competitors. Free service.<<less
Added: 2005-11-26 License: Free Non-Commercial Price: $0.00USD
17 downloads
How to redeclare native PHP functions 1.0

How to redeclare native PHP functions 1.0


The tutorial shows a way to redeclare native PHP functions like session_start or print_r. more>> The tutorial shows a way to redeclare native PHP functions like session_start or print_r.<<less
Added: 2006-05-23 License: Other Price: $0.00USD
14 downloads
 
Other version of How to redeclare native PHP functions
How to redeclare native PHP functionsThe tutorial shows a way to redeclare native PHP functions like session_start or print_r. How ... functions. The tutorial shows a way to redeclare native PHP functions like session_start or
Price: FreeAdditionalInfohttpopenideascompany.combogomilp42
License:Other Free / Open Source License
Download
1258 downloads
Added: 2006-05-23
PHP Functions : array_fill

PHP Functions : array_fill


array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warn more>> array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. .<<less
Added: 2006-09-12 License: Freeware Price: Free
1138 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5