Slashdot Mirror


User: Scyt

Scyt's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:It was the language and not the code? on How to Do Everything with PHP and MySQL · · Score: 1
    So it was a shortcoming endemic to the langauge, and not sloppy coding, right? I mean to say, PHP itself was at fault, due its very nature? A similar thing can't possibly happen in a "real" programming language like Java?
    A language that produces problems like this is at fault in its very nature.
    (0 == "a")
    should never be true.