pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file forums.php

Documentation is available at forums.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2004-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id: forums.php,v 1.3 2007/12/29 00:11:33 dufuz Exp $
  19. */
  20.  
  21. response_header("Support - Tutorials");
  22. ?>
  23.  
  24. <h1>Support</h1>
  25.  
  26. <h2>&raquo; Forums</h2>
  27.  
  28. <p>The following is a list of pointers to external forums about
  29. PEAR packages.</p>
  30.  
  31. <ul class="spaced">
  32.  <li>
  33.   <a href="http://codewalkers.com/forum/index.php?forum=pear">Codewalker</a>: PEAR Forum</a>.
  34.  </li>
  35.  <li>
  36.   <a href="http://www.pear-forum.org/">pear-forum.org</a>: forum dedicated to PEAR </a></cite></li>
  37.  <li>
  38.   <a href="http://www.pear-forum.de">pear-forum.de</a>: German PEAR forum.
  39.  </li>
  40. </ul>
  41.  
  42. <p><a href="/support/">&laquo; Back to the Support overview</a></p>
  43.  
  44. <?php echo hdelim()?>
  45.  
  46. <p>Do you know of other forums that should be added here?
  47. Please let the <a href="mailto:pear-webmaster@lists.php.net">webmaster
  48. team</a> know about them.</p>
  49.  
  50. <?php
  51. response_footer();

Documentation generated on Mon, 11 Mar 2019 15:14:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.