Sep
26
2010
Since a few weeks your Twitter applications may not work anymore, because Twitter stopped supporting the unsecure Username and Password authorization. For automatically posting new tweets to your Twitter account, Read more »
Mar
28
2010
To 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
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 »