1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 19:22:17 +02:00
Files
archived-web-php/thanks.php
Gabor Hojtsy 32d0d331b3 Just a technical patch (hope it wont brake anything)
Useing <?php standard open tags instead of the
shorter one

At least trying to be short_tags off compatible.

more to come...
2001-07-01 09:55:13 +00:00

34 lines
843 B
PHP

<?php
require_once 'prepend.inc';
commonHeader("Thanks");
?>
<h1>Thanks</h1>
<p>
<?php print_link("http://chek.com/", "Chek.com"); ?> provides the server and
bandwidth that run the main www.php.net mirror site.
</p>
<p>
<?php print_link("http://www.easydns.com/?V=698570efeb62a6e2", "easyDNS"); ?> provides
DNS services for the php.* domains.
</p>
<p>
<?php print_link("http://www.pair.com/", "pair Networks"); ?> provides
the server and bandwidth for CVS and mailing list services.
</p>
<p>
<?php print_link("http://valinux.com/", "VA Linux Systems"); ?> provides the server and
bandwidth that run various services for php.net.
</p>
<p>
And special thanks to all the companies who donate server space and bandwidth to host
our international array of <?php print_link("/mirrors.php", "mirror sites");?>.
</p>
<?php commonFooter(); ?>