Popular recipes by Shane Caraveo http://code.activestate.com/recipes/users/98233/2001-12-07T11:02:07-08:00ActiveState Code RecipesLDAP Authentication (PHP) 2001-12-07T11:00:34-08:00Shane Caraveohttp://code.activestate.com/recipes/users/98233/http://code.activestate.com/recipes/101525-ldap-authentication/ <p style="color: grey"> PHP recipe 101525 by <a href="/recipes/users/98233/">Shane Caraveo</a> (<a href="/recipes/tags/security/">security</a>). </p> <p>A simple LDAP Authentication script.</p> COM based email (PHP) 2001-12-07T10:55:16-08:00Shane Caraveohttp://code.activestate.com/recipes/users/98233/http://code.activestate.com/recipes/101523-com-based-email/ <p style="color: grey"> PHP recipe 101523 by <a href="/recipes/users/98233/">Shane Caraveo</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>One way to work around the lack of a full implementation of sendmail in PHP is to use the Microsoft Collaboration Data Objects (CDO) Library.</p> <p>Here is a short example of its usage:</p> Password Generation (PHP) 2001-12-07T11:02:07-08:00Shane Caraveohttp://code.activestate.com/recipes/users/98233/http://code.activestate.com/recipes/101526-password-generation/ <p style="color: grey"> PHP recipe 101526 by <a href="/recipes/users/98233/">Shane Caraveo</a> (<a href="/recipes/tags/security/">security</a>). </p> <p>Quite often you need to generate passwords for user authentication systems.</p> Class Inspection (PHP) 2001-12-07T10:50:29-08:00Shane Caraveohttp://code.activestate.com/recipes/users/98233/http://code.activestate.com/recipes/101522-class-inspection/ <p style="color: grey"> PHP recipe 101522 by <a href="/recipes/users/98233/">Shane Caraveo</a> (<a href="/recipes/tags/datastructures/">datastructures</a>). </p> <p>Simple class introspection using php's class functions. This generates a list of classes, and their members and methods.</p> Mayan Calendar (PHP) 2001-12-07T10:59:07-08:00Shane Caraveohttp://code.activestate.com/recipes/users/98233/http://code.activestate.com/recipes/101524-mayan-calendar/ <p style="color: grey"> PHP recipe 101524 by <a href="/recipes/users/98233/">Shane Caraveo</a> . </p> <p>Calculating Mayan Long Dates from Julian Day Counts.</p>