Both are used to store user specific information that is used to personalize or customize the visitor experience to a website. This includes storing such info as username, password, real name of the user, and preferences. Continue reading
Category Archives: Programming
Installing Pear Packages
Pear is a very versatile and hugely useful library of functions for the PHP programming language.
Pear is installed by default as of PHP version 4.3.0.
To install a new Pear library, you need to open shell and log in as the root user. Then type ‘pear install xxxxxx’ (where xxxxxx is the name of the library)