On DevShed there's a new tutorial looking at user management in a PHP application including looks at data validation and encrypting passwords.
php applicationDevShed: User Management Explained: OverviewPHPDeveloper.org Mon, 11/17/2008 - 16:03
On DevShed there's a new tutorial looking at user management in a PHP application including looks at data validation and encrypting passwords. Johannes Schluter's Blog: Direct MySQL Stream AccessPHPDeveloper.org Wed, 11/05/2008 - 11:18
In a recent post to his blog Johannes Schluter looks at how you can use the new experimental MySQL driver for PHP, mysqlnd, and get into the streams that connect PHP and your MySQL database connections. Stupid Downloads - Paul ReinheimerPlanet PHP Mon, 11/03/2008 - 15:18
I have a lot of pet peeves, and in order to start blogging more often you might be hearing about them, sorry. One of them is stupid ways software downloads work, in particular software designed to be run on a server. Direct MySQL Stream Access - Johannes SchlüterPlanet PHP Mon, 11/03/2008 - 08:53
Ever wondered what your PHP application and MySQL actually do? An experimental mysqlnd branch will give you full access to the network communication stream. Tags:
IBM DeveloperWorks: Seven habits for writing secure PHP applicat...PHPDeveloper.org Wed, 10/01/2008 - 10:28
The IBM DeveloperWorks site has posted some advice that can help keep you, your application and your data safe from security-related attacks. Setting Up Your Own On-Demand Video Site With PHPLinux Today Fri, 09/19/2008 - 02:32
IBM Developerworks: "This three-part series takes you through everything you need to know to create video optimized for the Web, as well as creating a PHP application that will help keep your videos organized and accessible." Tags:
AOL Developer Network: A Primer for OpenID with PHPPHPDeveloper.org Fri, 09/12/2008 - 14:28
On the AOL Developer Network Jack Herrignton has posted an introduction to OpenID and how you can use it in your PHP application. Tags:
Creating A PHP Application - Kevin WatersonPlanet PHP Sat, 09/06/2008 - 05:04
This tutorial aims to introduce the new PHP coder to some of the more common PHP functions that are used in application development. Lifehacker: Host Your Own Music Playlist with OpentapePHPDeveloper.org Thu, 08/28/2008 - 08:45
With the demise of the muxtape service, a new option has popped up - the ability to run your own version with a PHP application called OpenTape. Finding out available MidCOM routes - Henri BergiusPlanet PHP Wed, 08/20/2008 - 09:26
MidCOM is a PHP MVC framework where you create a site by building a tree structure and assigning components for the various folders. |