php sessions management class with mysql backend 1.0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6106
PHP Sessions Management Class (with mySQL backend) 1.0.1 1.0.1
A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You dont need to modify a thing in your application - after instantianting the class just use more>> A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You dont need to modify a thing in your application - after instantianting the class just use sessions as you would normally<<less
Added: 2006-08-02 License: Free Non-Commercial Price: $0.00USD
11 downloads
Other version of PHP Sessions Management Class
Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
License:Free for non-commercial use
License:Free for non-commercial use
Detailed PHP sessions tutorial 1.0
In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages. more>> In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
14 downloads
Other version of Detailed PHP sessions tutorial
License:Freeware
Social Web Content Management System (SWCMS). 1.1
SWCMS is a mature and full-featured open source social news framework with a simple web-based installer and advanced configuration and extendability features. It utilizes PHP with a MySQL database backend and can integrate with a wide variety of plugins more>> SWCMS is a mature and full-featured open source social news framework with a simple web-based installer and advanced configuration and extendability features. It utilizes PHP with a MySQL database backend and can integrate with a wide variety of plugins to prevent spam, increase social functionality, and more.<<less
Added: 2009-02-21 License: Other Price: $0.00USD
13 downloads
Creating an object oriented MySQL abstraction class 1.0
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many more>> In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.<<less
Added: 2007-03-31 License: Freeware Price: $0.00USD
14 downloads
Other version of Creating an object oriented MySQL abstraction class
License:Freeware
Class: Easy MySQL class 1.0
This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last inserted more>> This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last inserted identifier are stored in class variables for use of the applications. There are also helper functions to insert or update database tables using values submitted via Web forms.<<less
Added: 2006-09-01 License: Freeware Price: $0.00USD
14 downloads
Other version of Class: Easy MySQL class
License:Freeware
Databasic - MySQL Handler 2.0
A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more. * Creates a persistent connection to a specified more>> A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more. * Creates a persistent connection to a specified database * Can store and connect to multiple databases * Stores the connection within a Singleton instance * Logs queried information and total executed queries * Binds variables to SQL statements; similar to PDO * Cleans all binded data to prevent mysql injection * Fetches data as an object or an associative array * Logs each queries execution time * Has support for a debug mode * Pre-built methods for CREATE TABLE, DELETE, DESCRIBE, DROP, UPDATE, INSERT, SELECT, TRUNCATE and OPTIMIZE * And much more...<<less
Added: 2009-02-11 License: Other Price: $0.00USD
13 downloads
IdealMySQL Database Class for MySQL 1.1
This is a MySQL class I wrote to use in my programs. It will allow you to do the following: - Connect to a mysql database - Query a mysql database to include * INSERT|DELETE|UPDATE|REPL ACE|DROP * SELECT|SHOW|DESCRIBE|EXPL AIN - Catch errors more>> This is a MySQL class I wrote to use in my programs. It will allow you to do the following: - Connect to a mysql database - Query a mysql database to include * INSERT|DELETE|UPDATE|REPL ACE|DROP * SELECT|SHOW|DESCRIBE|EXPL AIN - Catch errors and email them to the admin - Check variables to make sure they only contain particular characters All errors are in the file errors.txt for easy adding and use. The look and feel of the error output to the user is controlled by a style sheet. There is plans to add more to the class at a later date or as needed. If you have any suggestions please let me know.<<less
Added: 2007-06-06 License: GPL Price: $0.00USD
74 downloads
PHP MySQL Database Class 1.0.4
A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL more>> A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL commands, insert and update from an array of key => value pairs, insert and update with sql command, query (one result), query (multiple rows), and dump a select query to a table. The zip file contains the class aswell as a demonstration script.<<less
Added: 2005-04-19 License: GPL Price: $0.00USD
16 downloads
Other version of PHP MySQL Database Class
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
License:GPL
Simple MySQL DB Class 1.0.0
This class is a MySQL database access wrapper. It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or return result rows into arrays - Return the last inserted table row identifier, the number of result rows more>> This class is a MySQL database access wrapper. It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or return result rows into arrays - Return the last inserted table row identifier, the number of result rows and the number of affected rows - Count the number of executed queries - Lock and unlock tables - Escape text literal values or like patterns - Retrieve database access errors<<less
Added: 2007-03-13 License: GPL Price: $0.00USD
11 downloads
Other version of Simple MySQL DB Class
License:GPL
What is PHP Sessions? 1.0.0
Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
Other version of What is PHP Sessions
License:Freeware
PHP mySQL Database Wrapper 1.0.5
This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql more>> This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method - method that is an alias of the PHPs native mysql_real_escape_string( ) function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method check homepage for more...<<less
Added: 2006-07-24 License: Free for non-commercial use Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
1217 downloads
Password protect your webpages with PHP Sessions and MYSQL 1
This tutorial will show you how to password protect your websites / webpages using PHP Sessions and Mysql. more>> This tutorial will show you how to password protect your websites / webpages using PHP Sessions and Mysql.<<less
Added: 2006-01-04 License: GPL Price: $0.00USD
15 downloads
Other version of Password protect your webpages with PHP Sessions and MYSQL
License:GPL
mSess PHP Class 1.1
Use MySQL to store and manage your sessions. Great for shared hosts! more>>
mSess PHP Class 1.1 is a powerful development tool which uses a MySQL database to provide persistent sotage instead of files in the servers temp folder. This is great for use on shared hosts where you may not want to expose sensitive $_SESSIONS data to other hosted websites sharing the same temp folder.
Major Features:
- MySQL as a backend for storing session data
- Simplified session handling (only three methods!)
- Works in parallel with built-in PHP sessions
Added: 2009-07-04 License: Other Price: $0.00USD
13 downloads
PHP2ASP Session 1.0
Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way more>> Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way of sharing sessions between both languages until this scripts ;)<<less
Added: 2005-03-19 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP2ASP Session
Price: FreeAdditionalInfoIfyoulikethisscriptPleaseJoinSpyDB.com
License:Freeware
License:Freeware
Basic MySQL Search Engine Class 1.0
This class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table. The class returns an array with the more>> This class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table. The class returns an array with the values of primary keys of the table records returned by the queries. Duplicate record entries are eliminated.<<less
Added: 2006-07-20 License: BSD Price: $0.00USD
11 downloads
Other version of Basic MySQL Search Engine Class
License:BSD Style
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 php sessions management class with mysql backend 1.0.1 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