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
Recently I needed to create a page in Wordpress that didn't have the sidebar on it. Took me a wile to find the solution, but the one I found works like a charm. Takes a bit of programming knowledge, but not too bad.
April 29, 2010 Today Views: 1 Total Views: 460
Learn how to use PHP to perform CRUD operations over the semantic Web.
April 21, 2010 Today Views: 2 Total Views: 408
In this tutorial we look at the issue of SQL injection, how the attackers use it, the problems that can arise and methods of prevention using PHP.
April 2, 2010 Today Views: 2 Total Views: 544
A list of examples using DQL and PHP Doctrine instead of SQL.
March 10, 2010 Today Views: 1 Total Views: 745
In this tutorial, we will take a look at 5 tips to help you avoid some common PHP security pitfalls and development glitches.
February 2, 2010 Today Views: 2 Total Views: 515
One of the many new features that have been added for PHP 5.3 is the setAccessible() method of the ReflectionProperty class that is part of PHP's Reflection API.
January 15, 2010 Today Views: 2 Total Views: 490
An example of how to integrate uploads into the Doctrine validation process.
December 31, 2009 Today Views: 1 Total Views: 623
Here we extend PHP Doctrine records fromArray function to allow for check box group relations to be inserted in a straight forward way.
December 30, 2009 Today Views: 3 Total Views: 1,088
Today, we'll build the backend for a photo site. This tutorial will teach you how to add, delete, and update photos.
August 12, 2009 Today Views: 1 Total Views: 638
In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
August 3, 2009 Today Views: 1 Total Views: 405
Pages:1 | 2 | Next| Last