Tutorials by goodphptutorials.com

You can find here all the 17 tutorials by goodphptutorials.com. The author's home page URL is http://www.goodphptutorials.com.
Sort byTutorials Per Page
Pages:1 | 2 | Next|Last
Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. Learn good programming habits that can help you bridge the productivity gap.
May 14, 2009 Today Views: 2 Total Views: 950
Back in PHP 2, the 'magic quotes' setting seemed like a great idea. It would automatically escape all of your input so you didn't have to worry about those pesky SQL injections. Any dodgy characters entered by the user would be automatically escaped by a backslash.
May 13, 2009 Today Views: 1 Total Views: 645
So every time I am designing something new I find myself either searching Google or opening up a gang of four (GoF) book to aid me. I searched for a bit trying to find a handy-dandy flash card showing...
February 10, 2009 Today Views: 1 Total Views: 656
Design patterns are just for Java architects -- at least that's what you may have been led to believe. In fact, design patterns are useful for everyone. If these tools aren't exclusive to architecture astronauts, what are they, and why are they useful in PHP applications? This article explains.
February 5, 2009 Today Views: 1 Total Views: 989
As we entered a programmable web of applications with APIs the decision to ignore HTTP gave us problems we're still dealing with today.
February 4, 2009 Today Views: 1 Total Views: 641
In this week's screencast, I'll show you how to upload files and then have PHP dynamically create a thumbnail.
January 21, 2009 Today Views: 1 Total Views: 631
I will step through simple and effective methods that can be used to increase the security and reliability of your stateful PHP applications.
January 16, 2009 Today Views: 2 Total Views: 616
Pages:1 | 2 | Next|Last