Popular recipes by Erick Guanlao http://code.activestate.com/recipes/users/670494/2006-09-14T09:17:09-07:00ActiveState Code RecipesEnvironment Variables with mod_python and the Publisher Handler (Python)
2006-09-14T09:17:09-07:00Erick Guanlaohttp://code.activestate.com/recipes/users/670494/http://code.activestate.com/recipes/498095-environment-variables-with-mod_python-and-the-publ/
<p style="color: grey">
Python
recipe 498095
by <a href="/recipes/users/670494/">Erick Guanlao</a>
(<a href="/recipes/tags/web/">web</a>).
Revision 4.
</p>
<p>A short and simple script to print your Web server's environment variables to the screen using mod_python and the Publisher handler.</p>
Microsoft Access Database Connectivity (DSN-Less) (PHP)
2006-08-29T03:08:29-07:00Erick Guanlaohttp://code.activestate.com/recipes/users/670494/http://code.activestate.com/recipes/163447-microsoft-access-database-connectivity-dsn-less/
<p style="color: grey">
PHP
recipe 163447
by <a href="/recipes/users/670494/">Erick Guanlao</a>
(<a href="/recipes/tags/database/">database</a>).
Revision 4.
</p>
<p>An example of connecting to a Microsoft Access database, executing an SQL query, and displaying the results in HTML using PHP and COM (Windows only).</p>
<p>NOTE: This works with PHP 4.x. I have been unsuccessful with getting this to work with PHP 5.1.6 and Apache 2.0.59 on Windowx XP Professional.</p>