Good book to learn PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxxjay
    Tube groupie.
    • Aug 2002
    • 13482

    #1

    Good book to learn PHP?

    I am realizing I better learn this shit myself...can anyone reccomend a good book to learn PHP?
    http://donttellmehowtoruinmylife.com/ - http://www.jmdigitalmarketing.com/my...s-and-reviews/ - http://www.wouldyouhitit.org - http://shinyobjectreviews.com/
  • candyflip
    Carpe Visio
    • Jul 2002
    • 43073

    #2
    Check here:

    http://www.sitepoint.com/books/

    Spend you some brain.
    Email Me

    Comment

    • fris
      I have to go potty
      • Aug 2002
      • 55811

      #3
      fuck books, use the php.net manual, much easier and better. plus lots of tutors and snippets online.
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


      My Newest Theme

      Comment

      • brassmonkey
        Pay It Forward
        • Sep 2005
        • 77390

        #4
        http://www.thesitewizard.com/php/index.shtml
        TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
        DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

        Comment

        • u-Bob
          there's no $$$ in porn
          • Jul 2005
          • 33063

          #5
          start with picking small scripts apart and modifying them...

          Comment

          • Robbie
            Leaner, Meaner, Faster
            • Aug 2002
            • 20960

            #6
            Just do what I did (and did with everything else I learned) Reverse engineering.

            Edit: u-Bob beat me to that answer
            -Robbie
            ClaudiaMarie.Com

            Comment

            • mpahlca
              Confirmed User
              • Feb 2004
              • 1821

              #7
              start with an understanding of object oriented programming in general, then do cakePHP or codelighter those are frameworks that after a few uses will allow you a much faster speed and development time.

              For books you can go to Barnes and Noble and look up either of those frameworks, my guess is you will enjoy cakePHP its simple to use and lots of books.
              I could give two shits wether you read this sig or not.

              Comment

              • seeandsee
                Check SIG!
                • Mar 2006
                • 50945

                #8
                Originally posted by candyflip
                BUY MY SIG - 50$/Year

                Contact here

                Comment

                • CaptainHowdy
                  Too lazy to set a custom title
                  • Dec 2004
                  • 94125

                  #9
                  Check this one out:

                  Comment

                  • ProG
                    Confirmed User
                    • Apr 2009
                    • 1319

                    #10
                    Originally posted by fris
                    fuck books, use the php.net manual, much easier and better. plus lots of tutors and snippets online.
                    exactly.. if you can't learn from the manual there is a good chance you can't learn at all.
                    History will be kind to me for I intend to write it.

                    Comment

                    • Twig
                      Confirmed User
                      • Nov 2005
                      • 1949

                      #11
                      1, RTFM.
                      2, CakePHP.
                      3, Free eBooks and tutorials everywhere.
                      4, Gold.

                      Comment

                      • FlexxAeon
                        Confirmed User
                        • May 2003
                        • 3765

                        #12
                        Originally posted by fris
                        fuck books, use the php.net manual, much easier and better. plus lots of tutors and snippets online.
                        especially if you're already familiar with any other OOPL

                        robbie is also on the money with reverse engineering - it's how i learned most of what i know

                        edit: damn u-bob is fast
                        Last edited by FlexxAeon; 08-15-2009, 07:50 PM.
                        flexx [dot] aeon [at] gmail

                        Comment

                        • Aric
                          Confirmed User
                          • Sep 2002
                          • 1209

                          #13
                          php.net is your best resource always.

                          But if you're looking for all technical books, I love my subscription to http://safaribooksonline.com

                          Very much worth it
                          Last edited by Aric; 08-15-2009, 07:54 PM.
                          Awesome cloud hosting by DigitalOcean

                          Comment

                          • Nubianprince
                            Confirmed User
                            • Nov 2002
                            • 677

                            #14
                            try the PHP Bible ..
                            XVIDEOS WEBCAMS -/- MADE WITH A CUSTOM WP PLUGIN

                            Comment

                            • Zorgman
                              Confirmed User
                              • Aug 2002
                              • 6103

                              #15
                              Kevin Yank rights an amazing php book.
                              ---

                              Comment

                              • dynastoned
                                mmm yeah!
                                • Feb 2005
                                • 5061

                                #16
                                i was bored one night and walked into a borders a couple years back and spent like $250 bucks on php books.

                                the most helpful and best book imo getting into php/mysql is larry ullman php and mysql for dynamic web sites second edition.

                                seriously i broke into all 8-10 the books i got and this is the only one i use heh.

                                Comment

                                • mmcfadden
                                  So Fucking Banned
                                  • Oct 2008
                                  • 5099

                                  #17
                                  Originally posted by xxxjay
                                  I am realizing I better learn this shit myself...can anyone reccomend a good book to learn PHP?
                                  why... thats what good friends and programmers are for?? At best you will learn how to half-way question someone's programming... better time spent to just find someone really good and keep them close

                                  Comment

                                  • munki
                                    Do Fun Shit.
                                    • Dec 2004
                                    • 13393

                                    #18
                                    php.net + http://www.w3schools.com/ = pretty much every ref you will ever need online.

                                    I like keeping the peachpit press guide, as well as the oreilly pocket manual handy as well.

                                    I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

                                    Comment

                                    • dynastoned
                                      mmm yeah!
                                      • Feb 2005
                                      • 5061

                                      #19

                                      Comment

                                      • american pervert
                                        Confirmed User
                                        • Sep 2002
                                        • 6840

                                        #20
                                        Originally posted by mmcfadden
                                        why... thats what good friends and programmers are for?? At best you will learn how to half-way question someone's programming... better time spent to just find someone really good and keep them close
                                        the desire to acquire knowledge should never be looked down upon

                                        I can resist everything except temptation

                                        Comment

                                        • jwerd
                                          Confirmed User
                                          • Jun 2003
                                          • 1953

                                          #21
                                          Originally posted by candyflip
                                          I completely agree This was the absolute nail-on-the-head that got me fully immersed into PHP and all things related, especially Kevin Yank's "Build your own database driven websites using PHP/MySQL" that book was so well written that you couldn't help but come away with an excellent understanding of how to start even the most basic database driven web app without much hassle.

                                          My best advice to anyone wanting to pickup PHP is, start simple, find a project that won't take over a month to do, and accomplish it first. Don't try to start working on a full-fleged CMS system for 100+ sites.

                                          Also, as someone mentioned, CakePHP is and, as far as I'm concerned still is, the best framework for PHP. But at least learn the basics of PHP before you start learning a framework. The framework will just put form to your spaghetti code ;) Good lucK!
                                          Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com

                                          Comment

                                          • Semi-Retired-Dave
                                            Too lazy to set a custom title
                                            • Apr 2004
                                            • 11190

                                            #22
                                            Originally posted by xxxjay
                                            I am realizing I better learn this shit myself...can anyone reccomend a good book to learn PHP?
                                            You're Rich, just hire a better programmer.
                                            Support a Good Cause

                                            Comment

                                            • xxxjay
                                              Tube groupie.
                                              • Aug 2002
                                              • 13482

                                              #23
                                              Originally posted by american pervert
                                              the desire to acquire knowledge should never be looked down upon

                                              Yep, there is nothing wrong with adding another tool to the arsenal.
                                              http://donttellmehowtoruinmylife.com/ - http://www.jmdigitalmarketing.com/my...s-and-reviews/ - http://www.wouldyouhitit.org - http://shinyobjectreviews.com/

                                              Comment

                                              • Machete_
                                                WINNING!
                                                • Oct 2002
                                                • 14579

                                                #24
                                                Originally posted by munki
                                                php.net + http://www.w3schools.com/ = pretty much every ref you will ever need online.
                                                I dont know what I would do without that site

                                                Comment

                                                • bdld
                                                  $100,000
                                                  • Dec 2001
                                                  • 11452

                                                  #25
                                                  just use google whenever you want to do something.

                                                  Comment

                                                  • Killswitch - BANNED FOR LIFE

                                                    #26
                                                    www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual www.php.net/manual

                                                    No book can teach you better than the people who wrote the language.

                                                    If you need any assistance or anything, my ICQ/AIM is in my signature, I have no problem helping newbies out with PHP/MySQL questions.

                                                    Comment

                                                    • georgeyw
                                                      58008 53773
                                                      • Jul 2005
                                                      • 9865

                                                      #27
                                                      Originally posted by candyflip
                                                      fuck those pricks - do not give them a cent

                                                      Originally posted by fris
                                                      fuck books, use the php.net manual, much easier and better. plus lots of tutors and snippets online.
                                                      I disagree - for learning, always best to have a book

                                                      php 5 bible is perfect, do a few of the tutorials then apply a few small things to real scripts that you want and you will build on your knowledge very quickly IMO.

                                                      EDIT - however php.net is awesome too, I personally like a book as reference when learning, easier than pouring through pages upon pages of shit when you're not sure what you're searching for.
                                                      Last edited by georgeyw; 08-16-2009, 02:19 AM.
                                                      TripleXPrint on Megan Fox
                                                      "I would STILL suck her pussy until her face caved in. And then blow her up and do it again!"

                                                      Comment

                                                      • redwhiteandblue
                                                        Bollocks
                                                        • Jun 2007
                                                        • 2785

                                                        #28
                                                        Originally posted by CaptainHowdy
                                                        Check this one out:

                                                        That's the one you need right there. The Larry Ullman book is ok but not nearly as comprehensive. php.net/manual is where you go when you know what you are looking for but you don't know what you're looking for when you first start. Also a good grounding in C++ helps a lot, in fact if you know C++ you're probably 60% of the way there with PHP5.
                                                        Interserver unmanaged AMD Ryzen servers from $73.00

                                                        Comment

                                                        • Klen
                                                          • Aug 2006
                                                          • 32234

                                                          #29
                                                          Originally posted by fris
                                                          fuck books, use the php.net manual, much easier and better. plus lots of tutors and snippets online.
                                                          I once bought php book and 50% of it's content was copy paste of official php manual.Since then i am not buying any books.

                                                          Comment

                                                          • Davy
                                                            Confirmed User
                                                            • Apr 2006
                                                            • 4323

                                                            #30
                                                            Make yourself familiar with the basic concepts of programming (object oriented programming) first.
                                                            ---
                                                            ICQ 14-76-98 <-- I don't use this at all

                                                            Comment

                                                            • The Duck
                                                              Adult Content Provider
                                                              • May 2005
                                                              • 18243

                                                              #31
                                                              I am just now looking into the same topic.
                                                              Skype Horusmaia
                                                              ICQ 41555245
                                                              Email [email protected]

                                                              Comment

                                                              • xxxjay
                                                                Tube groupie.
                                                                • Aug 2002
                                                                • 13482

                                                                #32
                                                                Originally posted by georgeyw

                                                                I disagree - for learning, always best to have a book
                                                                I agree. You can sit by the pool or read it before you go to sleep. It's how I learned most everything.
                                                                http://donttellmehowtoruinmylife.com/ - http://www.jmdigitalmarketing.com/my...s-and-reviews/ - http://www.wouldyouhitit.org - http://shinyobjectreviews.com/

                                                                Comment

                                                                • georgeyw
                                                                  58008 53773
                                                                  • Jul 2005
                                                                  • 9865

                                                                  #33
                                                                  Originally posted by xxxjay
                                                                  I agree. You can sit by the pool or read it before you go to sleep. It's how I learned most everything.
                                                                  Yup and the brain starts ticking over thinking about how you could apply the new found knowledge - keep a pen and paper by your side when reading about php - you'll likely want to start coding up a storm as you go
                                                                  TripleXPrint on Megan Fox
                                                                  "I would STILL suck her pussy until her face caved in. And then blow her up and do it again!"

                                                                  Comment

                                                                  • Fletch XXX
                                                                    GFY HALL OF FAME DAMMIT!!!
                                                                    • Jan 2002
                                                                    • 60840

                                                                    #34
                                                                    thanx for book recommendations in here, I am always looking for new books to buy and read. Staring at a pc screen to read and learn for hours (after working all day on stuff) begins to hurt my eyes I like to relax in bed with a book and read and take notes in notebook old school way... but obviously much can be learned for free online.

                                                                    Want an Android App for your tube, membership, or free site?

                                                                    Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                                                                    Comment

                                                                    • sysk
                                                                      Confirmed User
                                                                      • Aug 2007
                                                                      • 1005

                                                                      #35
                                                                      Originally posted by fris
                                                                      fuck books, use the php.net manual, much easier and better. plus lots of tutors and snippets online.
                                                                      Might be true if you already know another programming language but if it's your first I would recommend any O'Reilly book.
                                                                      icq: 612510168 / email: [email protected] / php ninja 4 hire

                                                                      Comment

                                                                      • kektex
                                                                        Confirmed User
                                                                        • Mar 2005
                                                                        • 1813

                                                                        #36
                                                                        Whatever you do don't buy Beggining PHP and MySQL from Apress.
                                                                        I bought that and it reads like a print out of every function PHP has with an explanation under it.
                                                                        exgfmovies.com, exgfclips.com, datesx.com, gayboards.com and more!

                                                                        Comment

                                                                        • TDF
                                                                          Triple OG nigga on GFY
                                                                          • Mar 2002
                                                                          • 27296

                                                                          #37
                                                                          php for dummies
                                                                          Sig heil

                                                                          Comment

                                                                          • Hotrocket
                                                                            Confirmed User
                                                                            • May 2004
                                                                            • 1327

                                                                            #38
                                                                            Originally posted by dynastoned
                                                                            thats the one I use most as well

                                                                            Comment

                                                                            • CYF
                                                                              Coupon Guru
                                                                              • Mar 2009
                                                                              • 10973

                                                                              #39
                                                                              Beggining PHP5 from Wrox

                                                                              http://www.wrox.com/WileyCDA/WroxTit...764557831.html

                                                                              The php.net manual is the best reference tool you'll use, it's great.
                                                                              Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
                                                                              AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

                                                                              Comment

                                                                              • d-null
                                                                                . . .
                                                                                • Apr 2007
                                                                                • 13724

                                                                                #40
                                                                                Originally posted by xxxjay
                                                                                I agree. You can sit by the pool or read it before you go to sleep. It's how I learned most everything.
                                                                                never had much luck with learning programming by "reading", it is only when you are actually sitting in front of the computer trying things and changing things and expanding or modifying or experimenting that real learning seems to take place

                                                                                __________________

                                                                                Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                                                                                Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                                                                                Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                                                                                Comment

                                                                                • Hal
                                                                                  Confirmed User
                                                                                  • Mar 2002
                                                                                  • 768

                                                                                  #41
                                                                                  Originally posted by dynastoned

                                                                                  the most helpful and best book imo getting into php/mysql is larry ullman php and mysql for dynamic web sites second edition.
                                                                                  I second that!

                                                                                  Comment

                                                                                  Working...