vote up 2 vote down star
4

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

flag
Although you didn't ask specifically about php security, phpsec.org is a good site for that. Look in the Library section. – Vern Takebayashi Nov 16 '08 at 9:21

13 Answers

vote up 6 vote down check

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.

link|flag
vote up 16 vote down

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

link|flag
Especially look at the manual on that site, the community adds tidbits of information at the end of each page. – Johan Sep 19 '08 at 14:40
I second Johan's comment. The community comments often add TONS of useful real-world info to the documentation. – b3 Sep 22 '08 at 8:27
vote up 1 vote down

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.

link|flag
vote up 4 vote down

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

link|flag
vote up 0 vote down

@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

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

php.net is the best one IMHO.

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

Zend Developer Zone has many well written and interesting articles.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Don't forget this very site :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.