mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix HTML validity problems
This commit is contained in:
11
links.php
11
links.php
@@ -226,13 +226,13 @@ Site with information on a PHP course at a Dutch college.</li>
|
||||
<li><a href="http://www.thescripts.com/serversidescripting/php/">TheScripts.com</a><br />
|
||||
Web Programming Resource - PHP Tutorials</li>
|
||||
|
||||
<li><a href="http://www.find.com.au/tutorials/webdevelopment/php/default.asp?ct=21&ob=3">Tutorialfind</a><br />
|
||||
<li><a href="http://www.find.com.au/tutorials/webdevelopment/php/default.asp?ct=21&ob=3">Tutorialfind</a><br />
|
||||
A growing list of PHP tutorials at TutorialFind</li>
|
||||
|
||||
<li><a href="http://hotwired.lycos.com/webmonkey/programming/">Webmonkey PHP</a><br />
|
||||
The PHP section on the famous Webmonkey tutorial site</li>
|
||||
|
||||
<li><a href="http://www.zend.com/zend/tut/">Zend.com DevZone<br />
|
||||
<li><a href="http://www.zend.com/zend/tut/">Zend.com DevZone</a><br />
|
||||
The tutorials section on the Zend.com developer zone</li>
|
||||
|
||||
</ul>
|
||||
@@ -311,10 +311,10 @@ Commercial accelerator available from Zend Technologies, Inc.</li>
|
||||
<h4>PHP Merchandise</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.copyleft.net/search.phtml?search=1&lookup%5Bbrand_id%5D=47">Copyleft</a><br />
|
||||
<li><a href="http://www.copyleft.net/search.phtml?search=1&lookup%5Bbrand_id%5D=47">Copyleft</a><br />
|
||||
Some t-shirts, hats and stickers with the Copyleft variant of the PHP logo on them.</li>
|
||||
|
||||
<li><a href="http://www.cafeshops.com/cp/searchresults_x.aspx?criteria=storeid&searchstring=php">PHP projects' merchandise</a><br />
|
||||
<li><a href="http://www.cafeshops.com/cp/searchresults_x.aspx?criteria=storeid&searchstring=php">PHP projects' merchandise</a><br />
|
||||
A search result page with various PHP related projects' shops (not all results are necessarily PHP related!)</li>
|
||||
</ul>
|
||||
|
||||
@@ -402,7 +402,8 @@ More than 500 PHP applications, listed and sorted</li>
|
||||
Site traitant du PHP pour les professionels (php et flash, mysql, postgresql, pear,...)</li>
|
||||
|
||||
<li><a href="http://faqfclphp.free.fr/">FAQ of the French PHP newsgroup</A> :
|
||||
<a href="news://fr.comp.lang.php">fr.comp.lang.php</a></li> (anciennement fr.comp.infosystemes.www.auteurs.php).
|
||||
<a href="news://fr.comp.lang.php">fr.comp.lang.php</a><br />
|
||||
(was: fr.comp.infosystemes.www.auteurs.php)</li>
|
||||
|
||||
</ul></li>
|
||||
<li><b>German</b>
|
||||
|
||||
@@ -48,7 +48,8 @@ are searchable. There is an experimental web interface for the news
|
||||
server at <a href="http://news.php.net/">http://news.php.net/</a>.
|
||||
</p>
|
||||
<p>
|
||||
<b>Note:</b> When posting to mailing lists or newsgroups, please keep the following in mind:
|
||||
<b>Note:</b> When posting to mailing lists or newsgroups, please keep the following in mind:
|
||||
</p>
|
||||
<ul>
|
||||
<li> Use a valid email address. Every new poster's email address is checked for validity through confirmation.</li>
|
||||
<li> Send plain ASCII messages, no HTML-formatted emails please.</li>
|
||||
@@ -60,7 +61,6 @@ server at <a href="http://news.php.net/">http://news.php.net/</a>.
|
||||
<li> When asking a question, don't just tell us, "it doesn't work". Tell us what you are trying to
|
||||
accomplish, a <b>short</b> code snippet showing how you tried to solve it, what you expected to get and what you got instead.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<?php
|
||||
|
||||
// array of lists (list, name, short desc., moderated, archive, digest, newsgroup)
|
||||
@@ -252,7 +252,6 @@ function output_lists_table($mailing_lists)
|
||||
?>
|
||||
|
||||
<form method="post" action="http://www.php.net/mailing-lists.php">
|
||||
<p>
|
||||
<h1><a name="local">General Mailing Lists</a></h1>
|
||||
<?php
|
||||
|
||||
@@ -260,9 +259,7 @@ function output_lists_table($mailing_lists)
|
||||
output_lists_table($general_mailing_lists);
|
||||
|
||||
?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h1><a name="local">Internals Mailing Lists</a></h1>
|
||||
<?php
|
||||
|
||||
@@ -270,11 +267,10 @@ function output_lists_table($mailing_lists)
|
||||
output_lists_table($internals_mailing_lists);
|
||||
|
||||
?>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<b>Email:</b>
|
||||
<input type="text" name="email" width="40" value="user@example.com">
|
||||
<input type="text" name="email" size="40" value="user@example.com">
|
||||
<input type="submit" name="action" value="Subscribe">
|
||||
<input type="submit" name="action" value="Unsubscribe">
|
||||
</p>
|
||||
|
||||
@@ -57,7 +57,7 @@ commonHeader("A Tourist's Guide");
|
||||
<h2>
|
||||
<a href="http://talks.php.net/">talks.php.net</a>: Conference Materials and
|
||||
<a href="http://conf.php.net/">conf.php.net</a>: Older Conference Materials
|
||||
</h3>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
This is where speakers at various PHP-related conferences keep their slides.
|
||||
|
||||
Reference in New Issue
Block a user