New Improved Yummy ADOdb Session Handler
Original post provide by PHP Everywhere - By John LimADOdb, the database library i maintain, has had support for storing session data in a database for a long time. However there was one limitation that always continued to bug me: the fact that all the PHP servers using database-backed sessions needed to synchronize their times to ensure that the session timers worked properly.
Well in the latest version of ADOdb (4.91), released a few days ago, we have the new Session2 implementation. This time, we always use the database server clock to keep track of times. We no longer rely on the PHP app servers to set the session timers, so even if the clocks of these app servers are out of synch, sessions are not affected. This change required us to change the database table format used, but that is a small price to pay for the added flexibility. You can read more in the ADOdb session docs.
Usage is really simple:
include_once("adodb/session/adodb-session2.php");
ADOdb_Session::config($driver='mysql', $host, $user, $password, $database,$options=false);
session_start();
![]()
Creating Online Reports With Oracle And PHP
Learn about different techniques for creating online reports with Oracle and PHP.
Ajax And PHP: Building Responsive Web Applications
You will find this book very useful, in particular if you are interested in using AJAX solutions immediately in your PHP applications, or you are interested in learning these techniques to adapt and integrate with the PHP Web application framework of your choice.
Download SnagIt V8.1
Paste entire Web pages - with links intact - in your presentation, effortlessly embed and play videos from your slides, and engage them in ways never before possible. Dazzle them with your PowerPoints once more - try SnagIt 8.1's interactivity features.
GoDaddy Code
This feed was brought to you by GoDaddy As a reader of bLaugh, enter code BLAUGH when you check out at GoDaddy, and save an additional 10% on any order. Share the savings - feel free to tell anybody and everybody about these special GoDaddy coupons!
DeskBrowse - WebBrowser
Ich denke ich werde ihn wohl zum Browsen von Online-Dokumentationen verwenden, ist es doch äusserst praktisch, wenn man einen Browser beim Programmieren schnell zum Nachschlagen einer Funktion o.ä. per Hotkey in den Vordergrund holen kann. Deskbrowse ist Open-Source und steht unter der GNU General Public License.
More Articles:
PHP Manual Updates
The PHP documentation team is proud to present to the PHP community a few fixes and tweaks to the PHP Manual, including:an improved, XSL-based build system that will deliver compiled manuals to mirrors in a more timely manner (goodbye dsssl)manual pages can now contain images (see imagearc() for an example)updated function version information and capture system (fewer "no version information, might be only in CVS" messages)...
Pro PHP XML And Web Services
If you want to develop PHP applications that handle XML documents, or communicate with remote services using XML based message exchange protocols, like for instance SOAP, this book will be very valuable to you. This is particularly true for those planning to upgrade to newer PHP versions that provide better XML and Web services support.
Zend/PHP Conference 2007
Don't miss the third annual Zend/PHP Conference and Expo 2007! This year's conference promises to be the best ever. Join Zend, the PHP community and leading technology companies from around the world for three days of education, learning and networking - plus an additional tutorial day.
Creating Oracle-Powered SOAP Services In PHP
Learn a step-by-step approach to developing a SOAP client and server in PHP using Oracle Database XE as a backend for your data.
PHPEclipse: A User Guide
PHP Eclipse is the free plug-in that PHP developers need to take advantage of Eclipse right on budget. Since the power of Eclipse and PHP Eclipse together is vast, this book can be very handy, especially if you are looking to take advantage of Eclipse power very quickly.