forked from php/web-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.php
More file actions
459 lines (421 loc) · 11.9 KB
/
links.php
File metadata and controls
459 lines (421 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
$SIDEBAR_DATA = '
<h3>Support tips and links</h3>
<p>
We suggest you visit <a href="/support.php">our support page</a>
for information about mailing lists on PHP.net and some international
ones, as well as other support options.
</p>
<h3>PHP licensed software</h3>
<p>
Additionally to these links, we have a
<a href="/software">list of software</a> available under
the PHP license.
</p>
';
site_header("Links", array("current" => "community"));
?>
<h1>PHP Related Links</h1>
<p>
On these sites you will find tutorials, articles, example scripts, PHP
related tools, jobs, web hosting services, etc.
</p>
<a name="news"></a>
<h4>PHP News</h4>
<ul>
<li>
<a href="http://www.phpdeveloper.org/">PHPDeveloper.org</a><br />
Latest in PHP community news.
</li>
<li>
<a href="http://www.planet-php.net/">Planet PHP</a><br />
Latest news aggregated from PHP related weblogs.
</li>
<li>
<a href="http://www.phppodcasts.com">PHP Podcasts</a><br />
The Complete list of PHP Podcasts, Screencasts, and Video Podcasts.
</li>
</ul>
<a name="magazines"></a>
<h4>PHP Magazines</h4>
<ul>
<li>
<a href="http://www.phparch.com/">php|architect</a><br />
The first monthly English magazine about PHP, distributed in PDF format
</li>
<li>
<a href="http://phpmagazin.de/">PHP Magazin</a><br />
The Software & Support Verlag, based in Frankfurt,
Germany, has now published a magazine on PHP as a
tribute to the steadily growing German PHP community (in German).
</li>
<li>
<a href="http://www.php-mag.net/">PHP Magazine</a><br />
An English edition of the magazine mentioned above. The PHP Magazine
is published bimonthly and aimed at professional PHP users.
</li>
<li>
<a href="http://www.phptunisie.net/formation/home/1/1/">PHP Tunisie Magazine</a><br />
PHP Tunisie Magazine is a monthly French speaking magazine, distributed in PDF format
and dedicated to PHP and its related technologies. It's edited by the Tunisian PHP
users group.
</li>
</ul>
<a name="merchandise"></a>
<h4>PHP Merchandise</h4>
<ul>
<li>
<a href="http://www.nexen.net/elephpant.php">The elePHPant</a><br />
The furry PHP mascot, elePHPant.
</li>
<li>
<a href="http://www.cafepress.com/buy/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>
<a name="nonenglish"></a>
<h4>Non-English PHP Sites</h4>
<ul>
<li>
<strong>Arabic</strong>
<ul>
<li>
<a href="http://www.ar-php.org/">ar-PHP</a><br />
Provides set of classes to enhance developing professional Arabic web
applications and process/present Arabic text in the PHP/MySQL environment.
</li>
</ul>
</li>
<li>
<strong>Bosnian</strong>
<ul>
<li>
<a href="http://www.php.co.ba">PHP.co.ba</a><br />
Bosnian site with PHP and SQL manual, tutorials, scripts,
forum, mailing list, tools, books...
</li>
</ul>
</li>
<li>
<strong>Brazilian</strong>
<ul>
<li>
<a href="http://phpbrasil.com/">PHPBrasil.com</a><br />
Brazilian PHP portal with many links and information
</li>
</ul>
</li>
<li>
<strong>Chinese</strong>
<ul>
<li>
<a href="http://www.phpe.net/">Exceed PHP</a><br />
Open Source site with PHP, MySQL and Apache tutorials, articles
and scripts
</li>
</ul>
</li>
<li>
<strong>Croatian</strong>
<ul>
<li>
<a href="http://php.com.hr/">PHP.com.hr (Croatian PHP community)</a><br />
Croatian site with news, source code, manuals, beginners guides, forums,
questions & answers, on-line help for programmers, polls, tools, etc.
</li>
</ul>
</li>
<li>
<strong>Czech Republic</strong>
<ul>
<li>
<a href="http://php.vrana.cz/">PHP tricks</a><br />
Weblog about PHP programming
</li>
</ul>
</li>
<li>
<strong>Dutch</strong>
<ul>
<li>
<a href="http://php.startpagina.nl/">Pagina</a><br />
A Dutch PHP portal that lists a lot of PHP links, including free hosting
</li>
</ul>
</li>
<li>
<strong>Estonian</strong>
<ul>
<li>
<a href="http://php.center.ee/">PHP Center</a><br />
The biggest Estonian portal site with tutorials, manual translations,
discussion board, chat room, link collection, news, etc.
</li>
</ul>
</li>
<li>
<strong>French</strong>
<ul>
<li>
<a href="http://www.nexen.net/">Nexen.net</a><br />
Home of PHP French documentation, with comprehensive
technical information, and all PHP related news
</li>
<li>
<a href="http://www.phpdebutant.org/">phpdebutant</a><br />
Apprendre le PHP par l'exemple, facilement et simplement.
Réservé d'abord aux débutants.
</li>
<!--
Web site does not respond
<li>
<a href="http://www.phpfr.org/">phpfr</a><br />
Le site de référence sur PHP en France!
</li>
-->
<li>
<a href="http://www.phpfrance.com/">phpfrance</a><br />
Pour tout savoir sur le PHP, en français. Vous trouverez
un tutorial, des exemples, des astuces, toute la documentation
nécessaire, ainsi que des forums pour poser des questions.
</li>
<li>
<a href="http://www.phpindex.com/">PHPIndex</a><br />
A French gateway to PHP related contents
</li>
<li>
<a href="http://www.phpscripts-fr.net/">PHPscripts-fr</a><br />
More than 500 PHP applications, listed and sorted
</li>
<li>
<a href="http://www.phpsecure.info/">phpsecure.info</a><br />
Everyday PHP applicatoins advisories, bugs and vulnerabilities.
</li>
<li>
<a href="http://www.phpteam.net/">phpTeam</a><br />
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><br />
(was: fr.comp.infosystemes.www.auteurs.php)
</li>
<li>
<a href="http://www.lephpfacile.com/">Le PHP Facile</a><br />
Website dedicated to the French PHP Community, offering various PHP tutorials and documentations in french.
</li>
</ul>
</li>
<li>
<strong>German</strong>
<ul>
<li>
<a href="http://www.phpbar.de/">php::bar</a><br />
PHP related wiki
</li>
<li>
<a href="http://www.php-center.de/">PHP Center</a><br />
German speaking portal site with tutorials, tips and
tricks, job advertisements, articles and more
</li>
<li>
<a href="http://www.php-homepage.de/">PHP-Homepage</a><br />
German site about PHP with scripts, tips, forums,
MyGuestBook, articles, news and more
</li>
<li>
<a href="http://www.dynamicwebpages.de/">DynamicWebpages</a><br />
German site with installation guides, tips & scripts, BestOfGML,
WhoIsWho - a view on german PHP-cracks, german manual,
book reviews, links and more
</li>
<!--
service is gone...
<li>
<a href="http://www.nohn.org/">PHPCrawler</a><br />
Searchengine over German PHP-sites with webaccess to newsgroups
</li>
-->
<li>
<a href="http://www.phpwelt.de/">PHPWelt</a><br />
A German website using PHP to offer free services, a
huge script-archive, free scripts, tutorials and many more
</li>
<li>
<a href="http://www.selfphp.info/">SelfPHP</a><br />
German function reference for PHP like SelfHTML for HTML
</li>
<li>
<a href="http://www.phpgtk.de/">phpGTK.de</a><br />
German site about PHPGTK
</li>
<li>
<a href="http://www.php-resource.de/">php-resource.de</a><br />
This german php community gives you everything you need. A large
script-archive, lots of tutorials and a qualified moderated forum that
answers nearly all your question
</li>
<!--
dead domain as 2007/02/07
<li>
<a href="http://www.phpreferenz.de/workshops.html">www.phpreferenz.de</a><br />
Free printable workshops for PHP newcomers
</li>
-->
</ul>
</li>
<li>
<strong>Hebrew</strong>
<ul>
<li>
<a href="http://www.learnphp.co.il">http://www.learnphp.co.il</a><br />
Leading PHP teaching site in Israel, with dozens of papers around PHP and a security" category, teaching the basis to a valid and safe coding in PHP.
</li>
</ul>
</li>
<li>
<strong>Hungarian</strong>
<ul>
<li>
<a href="http://php.lap.hu/">PHP.lap.hu</a><br />
Starting point for Hungarian and International PHP sites
</li>
<li>
<a href="http://weblabor.hu/">Weblabor</a><br />
Fresh news, articles, links and mailing lists from the
world of web development and PHP
</li>
</ul>
</li>
<li>
<strong>Italian</strong>
<ul>
<li>
<a href="http://php.html.it/">php.html.it</a><br />
The biggest Italian speaking source for PHP: daily updated links
to scripts, articles, tutorials and many other resources.
</li>
<li>
<a href="http://www.tutorials.it/">Tutorials.it</a><br />
An Italian site that provides a variety of developer tutorials,
with a small PHP section
</li>
<li>
<a href="http://www.phpcenter.it/">PHPcenter.it</a><br />
An Italian-language PHP site that features a variety of projects, reviews,
courses, tutorials and other resources
</li>
<li>
<a href="http://www.risorse.net/php/">Risorse.net</a><br />
Section of an Italian site that provides tutorials about PHP,
hundreds of scripts, books and a list of free and pay webhosts
which support PHP
</li>
</ul>
</li>
<li>
<strong>Norwegian</strong>
<ul>
<li>
PHP@sindrem.com (<a href="http://www.sindrem.com">http://www.sindrem.com</a>)<br />
Norwegian site for newbies and intermediates. Installation help
and scripts.
</li>
</ul>
</li>
<li>
<strong>Persian</strong>
<ul>
<li>
<a href="http://www.iranphp.net/">IranPHP.net</a><br />
A site about PHP for Iranians, with news and forums.
</li>
<li>
<a href="http://www.phpgroup.ir/">Iranian PHP Group</a><br />
Iranian blog and forums.
</li>
</ul>
</li>
<li>
<strong>Polish</strong>
<ul>
<li>
<a href="http://php.pl">php.pl</a><br />
Daily updated website with articles, translations, the
biggest PHP Polish forum, dedicated IRC server, legal
information section, etc.
</li>
</ul>
</li>
<li>
<strong>Portuguese</strong>
<ul>
<li>
<a href="http://www.php-pt.com/">portuguese php users group</a><br />
The site intends to help, support, and guide all portuguese php users.
</li>
</ul>
</li>
<!--
dead domain 2007/02/07 <li>
<a href="http://www.cidadela.org/php/">Cidadela</a><br />
The PHP section of Cidadela provides articles, tutorials,
a help forum, and an Application Market.
</li>
-->
<li>
<strong>Romanian</strong>
<ul>
<li>
<a href="http://www.phpromania.net/">PHPromania.net</a><br />
Romanian PHP Community, articles, tutorials, online discussions and forums.
</li>
</ul>
</li>
<li>
<strong>Russian</strong>
<ul>
<li>
<a href="http://phpclub.net/">phpclub.net</a><br />
International PHPClub community based in Russia. Forums,
articles, lessons, consulting.
</li>
<li>
<a href="http://php.net.ua/">php.net.ua</a><br />
PHP in Russian. Full Russian documentation.
</li>
</ul>
</li>
<li>
<strong>Spanish</strong>
<ul>
<li>
<a href="http://www.programacion.com/php/">PHP en Castellano</a><br />
Spanish PHP community. Articles, tutorials, courses,
source code, forums, and more about PHP.
</li>
<li>
<a href="http://zonaphp.com/">zonaphp.com</a><br />
News and tutorials
</li>
<li>
<a href="http://www.dirphp.com">dirphp.net</a><br />
A PHP resource directory for the spanish speaking people, programming articles and translated news.
</li>
</ul>
</li>
<li>
<strong>Swedish</strong>
<ul>
<li>
<a href="http://www.phpportalen.net/">phpportalen.net</a><br />
A Swedish PHP portal with articles, news, forums and much more
</li>
</ul>
</li>
</ul>
<?php site_footer(); ?>