The author notes "The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a few code examples of using PHP and Java together."
This tutorial builds on my tutorial that exaplins hwo to create an IRC Bot that was written in PHP. I tell you how to log chats in a channel to a file or to a database. Even both, if you want. You can later analyze these logs to create stats about your channel!
Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters. This article explains how to use your Web server to pass parameters to PHP scripts so that it fools search engines, and allows your page to be indexed when it would otherwise be ignored.
This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way NetscapeŽ Communicator 4.* uses its address book to connect to LDAP resources.