mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
list of places to get help. (and call it 'getting help' in the top nav menu.) stuff just gets lost in the sidebar.
80 lines
2.6 KiB
PHP
80 lines
2.6 KiB
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
|
|
commonHeader("Getting Help");
|
|
?>
|
|
|
|
<h1>Documentation</h1>
|
|
<p>
|
|
A good place to start is by skimming through the ever-growing list of <a
|
|
href="/FAQ.php">frequently asked questions (with answers, of course)</a>. Then
|
|
have a look at the rest of the online manual and other resources in the <a
|
|
href="/docs.php">documentation</a> section. </p>
|
|
|
|
<h1>Books</h1>
|
|
<p>
|
|
<a href="/books.php">Books</a> are convenient resources to begin exploring
|
|
PHP. <a href="/books.php">The titles listed here</a> will help you to start
|
|
learning PHP, as well as extending your existing knowledge.
|
|
</p>
|
|
|
|
<h1>Mailing Lists</h1>
|
|
<p>
|
|
There are a number of mailing lists devoted to talking about PHP and related
|
|
projects. <a href="mailing-lists.php">This list</a> describes them all, has
|
|
links to searchable archives for all of the lists, and explains how to
|
|
subscribe to the lists.
|
|
</p>
|
|
|
|
<h1>Newsgroups</h1>
|
|
<p>
|
|
Many of the mailing lists <a href="mailing-lists.php">listed here</a>
|
|
are also reflected onto the news server at <a
|
|
href="news://news.php.net">news.php.net</a>.
|
|
</p>
|
|
|
|
<h1>User Groups</h1>
|
|
<p>
|
|
PHP user groups have started popping up. Christopher
|
|
R. Moewes-Bystrom is running a PHP user group registry at <a
|
|
href="http://www.phpusergroups.org/">http://www.phpusergroups.org/</a>.
|
|
There's also a list of user groups in Germany, as well as news from those same
|
|
user groups, at <a href="http://www.phpug.de/">http://www.phpug.de/</a>.
|
|
</p>
|
|
|
|
<?/* link to events, explain that usergroup events are listed there */?>
|
|
|
|
<h1>Sample Code</h1>
|
|
<p>
|
|
Looking for some more sample PHP scripts? Our <A
|
|
HREF="/links.php">links page</A> page lists some archives of sample PHP code -
|
|
great places to find many example scripts and useful functions, organized for
|
|
your searching pleasure!
|
|
</p>
|
|
|
|
<h1>Knowledge Base</h1>
|
|
<p>
|
|
The knowledge base is a growing collection of PHP related information in
|
|
a searchable question and answer format. Anyone can contribute, and
|
|
everyone is encouraged to do so. You can visit the Knowledge Base
|
|
at <a href="http://php.faqts.com/">http://php.faqts.com/</a>.
|
|
</p>
|
|
|
|
<h1>Instant Resource Center</h1>
|
|
<p>
|
|
Otherwise known as IRC or Internet Relay Chat. Here you can usually find
|
|
experienced PHP people sitting around doing nothing on the #php channel
|
|
on <a href="http://openprojects.nu">OpenProjects</a>. There are also many
|
|
PHP related channels on <a href="http://www.efnet.org/">EFNet</a>
|
|
<!--
|
|
<a href="http://www.efnet.org/channels.html?q=php&s=0">EFNet</a> is there
|
|
again, but has an Error
|
|
-->
|
|
and on <a href="http://www.ircnet.net/">IRCNet</a>
|
|
(like #php and <a href="http://php.de.jayniz.de">#php.de</a>).
|
|
</p>
|
|
|
|
<?php
|
|
commonFooter();
|
|
?>
|