Archive for April, 2010

PHP and other Programming Languages

Saturday, April 10th, 2010

The major notable difference with PHP against other languages with regards to variables is that PHP is more "intelligent". In C for example, variables have to be explicitly defined as either numeric or alpha-numeric and can only be used to store that defined specific form of data. PHP like all ...