mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
59 lines
2.4 KiB
PHP
59 lines
2.4 KiB
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Links");
|
|
?>
|
|
<h3>Sites using PHP</h3>
|
|
<P>
|
|
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>.
|
|
</P>
|
|
|
|
<h3>Developers and Job Opportunities</h3>
|
|
<P>
|
|
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.
|
|
</P>
|
|
|
|
<h3>ISPs that support PHP</h3>
|
|
<P>
|
|
Looking for an ISP or hosting service that supports PHP? Try one of the following sites:
|
|
</P>
|
|
<UL>
|
|
<LI><A HREF="http://www.od-site.com/php">www.od-site.com/php</A><BR>
|
|
<LI><A HREF="http://hosts.php.net/">hosts.php.net</A><BR>
|
|
(features a searchable directory and comments from users)<BR>
|
|
</UL>
|
|
|
|
<h3>Getting Started</h3>
|
|
<P>On these sites you will find tutorials, articles and example scripts</P>
|
|
<UL>
|
|
<LI><a HREF="http://www.htmlwizard.net/phpTidbits/">phpTidBits</a><BR>
|
|
PHP Tutorials<BR>
|
|
<LI><a HREF="http://www.phpbuilder.com/">PHPBuilder.Com</a><BR>
|
|
A bunch of helpful PHP resources available here<BR>
|
|
<LI><a HREF="http://www.devshed.com/Server_Side/PHP/">PHP3 resources at DevShed</a><BR>
|
|
A good set of articles introducing various PHP concepts<BR>
|
|
<LI><A HREF="http://php.codebase.org/">PHP.CodeBase.Org</A><BR>
|
|
A nice all-around support site<BR>
|
|
<LI><A HREF="http://www.314interactive.com/io/index.php3">IONLINE Programmer's Resource</A><BR>
|
|
Another site with good articles on PHP basics and advanced topics.<BR>
|
|
<LI><A HREF="http://px.sklar.com/">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://webdev.berber.co.il/">Berber's PHP3 Example Page</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>
|
|
<P>
|
|
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>.
|
|
</P>
|
|
|
|
<? commonFooter(); ?>
|