1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 19:22:17 +02:00
Files
archived-web-php/mail.php3
1998-03-23 20:17:09 +00:00

15 lines
570 B
PHP

<?
require("shared.inc");
commonHeader("PHP Mailing Lists");
?>
There are a couple of PHP-related mailing lists available. The main list for
PHP3 is: <b>php3@php.il.eu.org</b>. You may subscribe to this list by sending
a blank message to <a href="mailto: php3-subscribe@php.il.eu.org">php3-subscribe@php.il.eu.org</a>.
<P>
If you are interested in helping out with the development of PHP3 you should join the
developers' list by sending an empty message to
<a href="mailto: php-dev-subscribe@php.iquest.net">php-dev-subscribe@php.iquest.net</a>.
<?
commonFooter();
?>