Choosing between database types
Nov 23 11:35:01
Askari and Java prototyping
Nov 22 4:48:43
Finding scarcity in the digital economy
Nov 10 12:17:27
Tornado - the web services server?
Sep 19 23:19:55
Quote of the week
Jul 18 9:18:44
(from http://www.faqts.com/knowledge_base/view.phtml/aid/103])
Use the '@' symbol before the function name to suppress error messages and warnings. For example:
$error = @ ldap_bind($ldap,$binddn,$pass);
Huh. Things you learn.