Entries About PHP
-
Strict vs. Loose Comparisons in PHP
Understanding how PHP's comparison operators work can save you a lot of headache, and hopefully helps you prevent some strange bugs in your projects.
-
Creating an App from Scratch: Part 9
Part 9 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf go over bug fixes, security concerns, and other feature tweaks that occurred after the application went live.
-
Creating an App from Scratch: Part 7
Part 7 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf explain the PHP and jQuery that make the application's list handling functions work.
-
Creating an App from Scratch: Part 5
Part 5 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf go over the PHP and MySQL that handles the creation and updating of user accounts.