Other News

Community

Choosing a free database

(Leon Katsnelson) We all like to get stuff for free. Not paying for something leaves money to spend on something else. So, when you come across something that is free it is hard to say “no”; the non-free alternative has to have a lot of value to win over “free”. But what if you have a choice of “fre

Community

Storing PHP Sessions in a Database

(Rich Smith) There are many reasons to utilize sessions when creating a web-based application using PHP. Session information, by default, is stored in a file on your web server. But what if that becomes a problem? In this article, I’ll talk about why you might want to move your PHP sessions to a dat

Community

PHP and RSS: Getting it together

(Tracy Peterson) RSS Syndication is virtually ubiquitous these days, so it’s imperative that a PHP developer at least understand RSS and how it works. This article explains the basics of RSS, some of its many uses, how to use PHP to create an RSS feed from a database, and how to use the XML_RSS modu

Community

Explanation SQL SERVER Merge Join

(Pinalkumar Dave) The Merge Join transformation provides an output that is generated by joining two sorted data sets using a FULL, LEFT, or INNER join. The Merge Join transformation requires that both inputs be sorted and that the joined columns have matching meta-data. User cannot join a column tha