HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

PHP resources

LincLinc Detroit Admin

PHP best practices: https://phpbestpractices.org/

Filtering arrays: http://eamann.com/tech/filtering-arrays-php/

What are some other great, current resources for learning about PHP?

Comments

  • ToddTodd Chief Product Officer Vanilla Staff

    PHP The Right Way is a great resource to help elevate your php skills to the next level.

  • TimTim Operations Vanilla Staff

    Whatever you do, don't read PHP The Wrong Way.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • ToddTodd Chief Product Officer Vanilla Staff

    Come on wrong way, let's get it together.

    https://www.youtube.com/watch?v=3zl7WPwTuog

  • R_JR_J Ex-Fanboy Munich Admin

    https://github.com/vanilla/vanilla B)

    I regularly browse through PHP dedicated feeds like those:
    http://akrabat.com
    http://www.brandonsavage.net/
    http://www.larryullman.com/
    http://paul-m-jones.com
    http://phpdevelopmentsolutions.blogspot.de/
    http://www.sitepoint.com/php/

    They are not generally tutorials though, but I think it is worthy to see what's happening around your own scope

  • hgtonighthgtonight ∞ · New Moderator

    I am the type of guy that likes to straight up read documentation.

    The official PHP documentation is here: http://www.php.net/manual/en/

    All the functions are documented and have a version requirement if you happen to be stuck on an older version of PHP.

    It is also translated into over 30 languages. Use the dropdown in the upper right hand corner to read in your native language.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • phpbestpractices.org uses an invalid security certificate. The certificate is not trusted because no issuer chain was provided. (Error code: sec_error_unknown_issuer)

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • @Todd said:
    Come on wrong way, let's get it together.

    it is funny becuase they put a coat and hat on Wrong Way Willie, but one has a hole in their hat, and the other has not got anything to protect their fro.

    grep is your friend.

  • @peregrine said:
    phpbestpractices.org uses an invalid security certificate. The certificate is not trusted because no issuer chain was provided. (Error code: sec_error_unknown_issuer)

    that might be a browser bug, it is verified by Comodo.

    grep is your friend.

  • peregrineperegrine MVP
    edited May 2014

    thx. x00 firefox is the browser

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Yep some implementation of Firefox have this bug.

    grep is your friend.

  • hgtonighthgtonight ∞ · New Moderator

    I saw the ssl cert just fine on FF 29.0.1 on Win7.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • peregrineperegrine MVP
    edited May 2014

    I saw the ssl cert just fine on FF 29.0.1 on Win7.

    good to know it may be ubuntu's build of 29.0

    FF 29.0 ubuntu has issues apparently with certificates (as well as other issues with crashing itself :) )

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • vrijvlindervrijvlinder Papillon-Sauvage MVP

    @hgtonight said:
    I am the type of guy that likes to straight up read documentation.

    The official PHP documentation is here: http://www.php.net/manual/en/

    All the functions are documented and have a version requirement if you happen to be stuck on an older version of PHP.

    It is also translated into over 30 languages. Use the dropdown in the upper right hand corner to read in your native language.

    I agree with this too. Get it from the horses mouth. They have all the answers. I often link people to that site.

Sign In or Register to comment.