How to Design XML Documents
Aug 27 2:51:29
Back online!
Jul 30 16:17:53
Response to "Knowledge Management 2.0"
Jul 18 2:45:52
Drupal Apps
Jun 3 7:17:00
Google Sites and the AJAX universe
May 21 1:18:39
(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.