PR: 8
| Parham's PHP Tutorials - http://www.simplemachines.org Simple Machines Community Forum > General Community > Scripting Help > Parham's PHP Tutorials (Moderator: Parham). Topic you have posted in Normal Topic ... - Read more |
PR: 8
| NEXCESS.N226dET Web Hosting - Tutorials - PHP-Nuke Tutorial and ... - http://nexcess.net This tutorial describes how to install and use PHP-Nuke software with a NEXCESS.NET web hosting account. - Read more |
PR: 7
| Pitfalls of Transactions with PHP (ONLamp) - http://www.onlamp.com Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well. - Read more |
PR: 7
| Encryption and Decryption using PHP and GnuPG (Zend) - http://devzone.zend.com The purpose of this article is to show how to encrypt and decrypt information with GnuPG using PHP. - Read more |
PR: 7
| Build your own Web Service with PHP and XML-RPC - http://www.sitepoint.com Harry takes us one step further into the world of Web Services. Here he explains how to build your own Web Service - a news feed - using PHP and XML-RPC. - Read more |
PR: 7
| Blobbing Data With PHP and MySQL (Devarticles) - http://www.devarticles.com Showing how to store and retrieve binary data in a MySQL database by using PHP. - Read more |
PR: 7
| PHP Tutorials - Tutorialized - http://www.tutorialized.com 2008-07-27, How to validate an email address with PHP PHP tutorial ... 2008-07-24, Create theme selection using PHP and CSS PHP tutorial ... - Read more |
PR: 7
| PHP Tutorial: Writing Your First PHP Script: A Feedback Form (a ... - http://www.thesitewizard.com Getting Started With PHP: Feedback Form (or Form to Mail) Script. - Read more |
PR: 7
| PHP Tutorials and Tips :: Hot Scripts - http://www.hotscripts.com PHP Tutorials and Tips. Search Hot Scripts for largest selection of PHP tutorials for the new to advanced web professionals. - Read more |
PR: 7
| PHP Coding Tutorials - Search for PHP Coding Tutorials on Pixel2Life - http://www.pixel2life.com PHP Coding Tutorials on Pixel2Life.com. The largest tutorial search engine on the internet catering to graphic designers and programmers. - Read more |
PR: 6
| SQL Injection [Chris Shiflett: Security Corner] - http://shiflett.org Most Web applications interact with a database, and the data stored therein frequently originates from users. Thus, when creating an SQL statement, a developer may use client data in its construction. This article explains SQL injection by looking at a few example attacks and then introducing some simple and effective methods for prevention. By applying these best practices, you can practically eliminate SQL injection from your list of security concerns. - Read more |