tags:

views:

348

answers:

13

Hello!

What would you say is the best online-source for interesting things about PHP and stuff around it? I am thinking along the lines of a blog or online-magazine, which tells me about tricks, news and best practices.

Please add a short comment about the site you recomment! :)

Best regards, B

+16  A: 

I find php.net to be a great resource for pretty much everything PHP related. Great reference, great community, and lots of code.

Alex Fort
Especially look at the manual on that site, the community adds tidbits of information at the end of each page.
Johan
I second Johan's comment. The community comments often add TONS of useful real-world info to the documentation.
b3
+1  A: 

In the site php.net, after each function of php, programmers give examples of many uses of the function. When i want to use some function in a special way, like imap_open to read a pop account, then first i do, is going to php.net description to that function. And then read all the uses wich people give to the function.

Gero
+4  A: 

One cool thing about php.net is that you can append the function name onto the end of the url. Example:

php.net/str_replace

Will take you to the correct page. It's also forgiving about spaces and will do a search if it doesn't find anything.

Mysql does similar in that it will search the docs. Try:

mysql.com/insert

Jonah Braun
A: 

@Alex:

Yes, I know php.net, but there is no .. how to call it? "News" section about things - I usually find good examples there, but only, when I read about a function I already know and thus found on the site - but I wish to hear about new stuff :)

B

bastianhuebner
+1  A: 

gotAPI.com has a good interface to the help on php.net

tjrobinson
+3  A: 

php.net is the best one IMHO.

But you'll also find a great deal of knowledge in Zend.com and Sitepoint

Camilo Díaz
+1  A: 

Planet-PHP is a nice site with news and other stuff about PHP.

Oko
+1  A: 

Zend Developer Zone has many well written and interesting articles.

Imran
+7  A: 

I subscribe to the PHP Mailing lists - they're a great source for information and news. OTherwise here's a few feeds on my Google Reader:

I'd have more but I've been pruning off my Reading list recently - I seriously reccommend the PHP mailing lists however. php.internals is good for internal questions and looking in on the development of PHP and php.general is good for asking questions.

I also visit a few forums (TalkPHP or PHPFreaks for example) but I prefer news sites and such.

Ross
A: 

I've also used PHPClasses.org quite a bit - they have a monthly newsletter with "10 most useful PHP modules" competition, found a few gems that way.

Alex
A: 

Well, the best bits aren't online, but I'd suggest the site, books and magazines from PHP Architect

Their site has some nice articles but more importantly, many of their books are must-haves:

This actually has some problems, owing to excessive emphasis on TDD, but is also a classic:

And perhaps the one book that every PHP developer needs to read:

Their magazine is available through online subscription and goes back many years; the articles are amazing and you can get the current magazine and back issues as PDFs.

Flubba
A: 

PHPDeveloper, maintained by the infamous Chris "enygma" Cornutt, is a great place to get information about what's going on in the PHP world. PHPDeveloper aggregates lots of blogs as well as community news. Even if a particular article that is posted isn't great, the blog it came from might be. Plus, enygma keeps on it and posts at least 10 summaries a day, if not more.

dcousineau
A: 

Don't forget this very site :)

alex