mirror of
https://github.com/php/web-php.git
synced 2026-03-29 10:42:23 +02:00
35 lines
1.6 KiB
PHP
35 lines
1.6 KiB
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Links");
|
|
?>
|
|
<h3>Sites using PHP</h3>
|
|
Who uses PHP? An ever-increasing number of companies are using PHP to add functionality to their web-sites.
|
|
You can browse through a list of some companies using PHP <a href="/sites.php3">here</a>.
|
|
|
|
<h3>Developers and Job Opportunities</h3>
|
|
Brian Schaffner has put up a <A HREF="http://www.schaffner.net/emp">PHP Employment Listing</A> site.
|
|
PHP developers can post their resumes, and employers can post their job notices.
|
|
|
|
<h3>ISPs that support PHP</h3>
|
|
Looking for an ISP or hosting service that has PHP3 and MySQL support? There's a growing list at
|
|
<A HREF="http://www.od-site.com/php">www.od-site.com/php</A>.
|
|
|
|
<h3>Example Code</h3>
|
|
Looking for some sample PHP scripts? Try these sites:
|
|
<UL>
|
|
<LI><A HREF="http://www.sklar.com/px/">PX - PHP Code Exchange</A><BR>
|
|
The PHP Code Exchange is a great place to start. Here you'll find many example scripts and
|
|
useful functions, organized for easy finding. Includes a search function.<BR>
|
|
<LI><A HREF="http://php.netvision.net.il/examples/">PHP Example Archive</A><BR>
|
|
Another collection of sample PHP scripts. Includes a search function.<BR>
|
|
<LI><A HREF="http://phplib.shonline.de/">PHP Base Library</A><BR>
|
|
The start of what looks to be a promising collection of base code
|
|
for developers of large PHP sites.<BR>
|
|
</UL>
|
|
|
|
<h3>Funding PHP Development</h3>
|
|
Sometimes the various volunteer programmers responsible for PHP incur costs related to
|
|
their work on PHP. You can contribute money to help alleviate these costs <A HREF="funding.php3">HERE</A>.
|
|
|
|
<? commonFooter(); ?>
|