storing data
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1877
Capturing Click Data 1
Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data. more>> Easy tutorial on how to implement a php click stream engine on your website that will capture useful click data.<<less
Added: 2007-11-06 License: Freeware Price: $0.00USD
14 downloads
Winged Calendar 2.0.0
Features: - Data is stored in a text file. - Time zone adjustment. - Supports multiple events on the same day. - Recurrent event support (monthly and yearly). - Displays multiple calendars. - Customizable templates. more>> Features: - Data is stored in a text file. - Time zone adjustment. - Supports multiple events on the same day. - Recurrent event support (monthly and yearly). - Displays multiple calendars. - Customizable templates.<<less
Added: 2006-05-22 License: GPL Price: $0.00USD
14 downloads
Other version of Winged Calendar
License:GPL
Insert MySQL PHP data
In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
Added: 2008-04-17 License: Freeware Price: $0.00USD
15 downloads
PasswordSafe 1.0.0
PasswordSafe is a free PHP script that will allow you to manage all of your account passwords and other sensitive data. You will only need to remember one master password, and that in turn will give you access to all of the data that you store. Your data more>> PasswordSafe is a free PHP script that will allow you to manage all of your account passwords and other sensitive data. You will only need to remember one master password, and that in turn will give you access to all of the data that you store. Your data will be securely encrypted using industry standard AES 256 encryption, which ensures that only you will be able to access your data. This is the same type of encryption that the US goverment has selected for use when encrypting classified data! Installed on a webserver, you will be able to access your encrypted data from any modern browser, anywhere in the world.<<less
Added: 2006-02-08 License: Freeware Price: $0.00USD
63 downloads
Other version of PasswordSafe
License:Freeware
Using XML in ASP.NET 1
This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using more>> This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 downloads
Encrypt Passwords Before Storing In a Database 1
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your more>> This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.<<less
Added: 2006-09-18 License: Freeware Price: $0.00USD
11 downloads
Other version of Encrypt Passwords Before Storing In a Database
License:Freeware
Displaying Data In A MySQL Database
This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for begi more>> This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.<<less
Added: 2004-10-04 License: Not Specified Price: Free
1869 downloads
Session in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
Storing multidimensional arrays in a file 1.0
In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality. more>> In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.<<less
Added: 2007-05-30 License: Freeware Price: $0.00USD
12 downloads
Other version of Storing multidimensional arrays in a file
License:Freeware
Cookies in ASP.NET 1
Cookie are one of several ways to store data about web site visitors during the time when web server and browser are not connected. This tutorial explains how to read, write and delete cookies, how to use HttpCookie class, what are web browsers limits more>> Cookie are one of several ways to store data about web site visitors during the time when web server and browser are not connected. This tutorial explains how to read, write and delete cookies, how to use HttpCookie class, what are web browsers limits for cookies and more.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
14 downloads
Storing Binary Data to Database by using ASP.NET 2.0 1
Tutorial explains how to store to database and get back binary data, like images, .pdf or .zip files. There is an option to store this type of data to web server file system. But, there is also an option to store it to database and return it with more>> Tutorial explains how to store to database and get back binary data, like images, .pdf or .zip files. There is an option to store this type of data to web server file system. But, there is also an option to store it to database and return it with ASP.NET server code.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
14 downloads
Storing Images to Database and Retrieving to GridView 1
Explains how to store images to database and retrieve it later in some server control, like GridView. more>> Explains how to store images to database and retrieve it later in some server control, like GridView.<<less
Added: 2006-09-03 License: Freeware Price: $0.00USD
27 downloads
Other version of Storing Images to Database and Retrieving to GridView
License:Freeware
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
formAt 1.0
formAt will provide you with a great and useful PHP class that can be used to generate form to edit data stored in MySQL databases. more>>
formAt 1.0 will provide you with a great and useful PHP class that can be used to generate form to edit data stored in MySQL databases.
Added: 2009-08-03 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
Perl storable module to persist data to disk 1
Came across the following challenge this week, how do I easily persist data between two independent UNIX sessions. Usually I?d store data in a db or maybe ldap, but I only want to keep maybe a days worth and on multiple servers. In this article, I more>> Came across the following challenge this week, how do I easily persist data between two independent UNIX sessions. Usually I?d store data in a db or maybe ldap, but I only want to keep maybe a days worth and on multiple servers. In this article, I show two scripts - one which writes using the Perl Storage module and the other that reads. Each call to write, adds to a data file. Which is then extracted from by the read script. I include possible uses, for example recording restarts of a given service. In this instance I did nt want services restarting multiple times, where manual recovery of data would be needed. Also generating multiple alerts and notifications, but again looking to throttle them to a given number of iterations over 24 hours.<<less
Added: 2006-06-05 License: Freeware Price: $0.00USD
13 downloads
Other version of Perl storable module to persist data to disk
License:Freeware
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 storing data 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