mirror of
https://github.com/php/web-php.git
synced 2026-04-28 17:33:10 +02:00
16 lines
486 B
PHP
16 lines
486 B
PHP
<?
|
|
require_once 'prepend.inc';
|
|
commonHeader("Manual Notes");
|
|
?>
|
|
|
|
<P>The manual notes interface allows you to add notes to the online
|
|
version of the PHP manual. These notes are then shared with other
|
|
PHP users when they browse the manual online.
|
|
|
|
<P>Periodically, the developers may go through the notes and incorporate
|
|
the information in them into the documentation proper.
|
|
|
|
<P>These notes are <B>not</B> the place to report <A href="http://bugs.php.net">bugs</A>!
|
|
|
|
<?commonFooter();?>
|