Category: PHP

Mar 28 2010

New error levels in PHP 5.3.x

PHP LogoTo prevent at an early time, that many php scripts are not running correctly with PHP 6, PHP 5.3.0 introduces two new error levels: E_DEPRECATED and E_USER_DEPRECATED. Read more »

Feb 24 2010

PHP Variables and Constants

Variables and Constants are different types of identifiers (names) for saving a simple value in PHP. Both are case-sensitive. For the easy identification of Constants and Variables, you should use lowercases for Variables and uppercases for Constants. Read more »

Alibi3col theme by Themocracy