retrieve lost
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 243
Retrieving Column Names with values
This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values. more>> This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.<<less
Added: 2007-03-28 License: Freeware Price: Free
941 downloads
Setting & Retrieving Cookies 1.0
This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example. more>> This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example.<<less
Added: 2007-01-05 License: Other Price: $0.00USD
11 downloads
Other version of Setting & Retrieving Cookies
License:Other Free / Open Source License
Receive Email Class 1.0.0
This class can be used to retrieve and parse e-mail messages from a POP3 or IMAP using the PHP IMAP extension. It can connect to a mail server, retrieve the total number of messages in a mailbox, retrieve the headers, body and attachment files of a more>> This class can be used to retrieve and parse e-mail messages from a POP3 or IMAP using the PHP IMAP extension. It can connect to a mail server, retrieve the total number of messages in a mailbox, retrieve the headers, body and attachment files of a given message, and delete a message.<<less
Added: 2006-03-08 License: GPL Price: $0.00USD
16 downloads
Getting prices using the amazon SDK 1.0
Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon. more>> Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon.<<less
Added: 2007-03-07 License: Freeware Price: $0.00USD
13 downloads
Other version of Getting prices using the amazon SDK
ASP Speed Tricks
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential fo more>> This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages.<<less
Added: 2003-07-23 License: Freeware Price: Free
2284 downloads
Weather Thing 1.0
This is a simple cURL application to quickly and easily get detailed weather information. It retrieves a simple XML feed containing weather data from Weather.com and parses it. It can retrieve temperatures, conditions, wind chill, wind speed/direction, more>> This is a simple cURL application to quickly and easily get detailed weather information. It retrieves a simple XML feed containing weather data from Weather.com and parses it. It can retrieve temperatures, conditions, wind chill, wind speed/direction, atmospheric pressure, visibility, and the time of dawn/dusk for any United States zip code.<<less
Added: 2007-08-30 License: Freeware Price: $0.00USD
12 downloads
Retrieve and display title information from combo 1.0.0
This script retrieves the title from option tags included in a form and display the title inside a div box at the bottom of the multiple combo. It uses the getElementById() function. more>> This script retrieves the title from option tags included in a form and display the title inside a div box at the bottom of the multiple combo. It uses the getElementById() function.<<less
Added: 2007-01-18 License: Other Price: $0.00USD
13 downloads
Grab remote content on the fly
This tutorial is intented to learn you how it is possible to retrieve the content of a remote webpage on the fly with ASP. Something that can be very usefull in order to parse and search for informati more>> This tutorial is intented to learn you how it is possible to retrieve the content of a remote webpage on the fly with ASP. Something that can be very usefull in order to parse and search for information that could be shared with others or in order to send the content of a webpage via mail!<<less
Added: 2005-11-14 License: Freeware Price: Free
1446 downloads
Storing and retrieving variables from application object
In this tutorial, we will take a look at Application Object. When youve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in serve more>> In this tutorial, we will take a look at Application Object. When youve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.<<less
Added: 2007-03-28 License: Freeware Price: Free
943 downloads
eprintsFetch 1.00.00
This class can be used to retrieve and parse eprints metadata from a repository that supports OAI standard (Open Archive Initiative). The class retrieves one or more eprint metadata documents in OAI 2.0 XML format, given the respective eprints more>> This class can be used to retrieve and parse eprints metadata from a repository that supports OAI standard (Open Archive Initiative). The class retrieves one or more eprint metadata documents in OAI 2.0 XML format, given the respective eprints identifiers. Then it parses the documents to extract the metadata into a class array variable.<<less
Added: 2006-04-19 License: LGPL Price: $0.00USD
12 downloads
Other version of eprintsFetch
Price: FreeAdditionalInfoIonlyrequestthatyouemailmeifyouuseitThisisnoarequirementjustforpersonelinterest
License:LGPL
License:LGPL
Retrieve a file from FTP server without any 3rd party component 1.0
This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component. more>> This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component.<<less
Added: 2005-11-07 License: Freeware Price: $0.00USD
14 downloads
Other version of Retrieve a file from FTP server without any 3rd party component
License:Freeware
Wmember pages 0.01
This set of scripts will allow you to add a member section to your site with very little effort from you, your visitors have the ability to sign up and to retrieve there lost password. These scripts do not use SQL databases nor do they use flat text more>> This set of scripts will allow you to add a member section to your site with very little effort from you, your visitors have the ability to sign up and to retrieve there lost password. These scripts do not use SQL databases nor do they use flat text files to store there data, all users must be granted membership from the site owner before they are granted access to the member section, you may use your own site layout and you just choose where to put the forms!<<less
Added: 2006-05-05 License: Commercial Price: $0.00USD
13 downloads
Other version of Wmember pages
Price: FreeAdditionalInfoFreewithsignup
License:Commercial License
License:Commercial License
Simpler item retrieval using tupled subscripting 1.1
Simpler item retrieval using tupled subscripting script shows a small addition to the tuple, list, and dictionary classes to allow for a simpler way to retrieve a number of independent items. more>> <<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
13 downloads
getIMDbInfo() 1.1
getIMDbInfo() is a PHP function I made to get movie data from IMDb.com. You dont need any modules to use it since it just use file_get_contents() and regular expressions to retrieve the data. It is easy to use. Usage instructions are included as more>> getIMDbInfo() is a PHP function I made to get movie data from IMDb.com. You dont need any modules to use it since it just use file_get_contents() and regular expressions to retrieve the data. It is easy to use. Usage instructions are included as a comment in the PHP file.<<less
Added: 2006-11-15 License: GPL Price: $0.00USD
19 downloads
Other version of getIMDbInfo
Price: FreeAdditionalInfoUseitanddowhateveryoupleasewithit.Butpleaseletmeknowifyouuseitandlikeit.Wouldbenicetoknowifpeopleuseit.
License:GPL
License:GPL
SchemaView-Plus 0.16
SchemaView-Plus module allows you to retrieve, draw and print database schema. more>> SchemaView-Plus 0.16 provides you with a wonderful application which is able to allow you to retrieve, draw and print database schema. It has a user friendly interface and very easy to use.
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 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 retrieve lost 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