Monthly Archives: February 2010

Cookies VS Sessions

The main difference between cookies and sessions is that cookies are stored in the user’s browser, and sessions are not. This difference determines what each is best used for. A cookie can keep information in the user’s browser until deleted. If a person has a login and password, this can be set as a cookie […]

Posted in PHP/MySQL | Leave a comment

Selling PHP to your boss

If you want to use PHP in your company and your manager favours another solution, or if you are trying to convince a potential client that PHP really is a superior choice for the web, you’re going to need to have a clear-cut set of reasons why you believe PHP is the superior language. This […]

Posted in PHP/MySQL | 4 Comments