Prevent Hot Linking
Description: If you are tired of people linking to your precious images then this tutorial will help.
Added on: 24-Jan-2007 Hits: 263
|
Comments (0)Build a simple shopping card
Description: This article will walk through the simple steps to create a shopping cart using the server-side language PHP and a MySQL database.
Added on: 26-Jan-2007 Hits: 269
|
Comments (0)Prevent SQL Injections in PHP
Description: One of the things that most scared me when creating database driven applications with PHP was the thought of someone messing with my database by using SQL injection attacks. I had heard about this from various times before thanks to other sites, but didn’t really know what it meant or what harm it could cause. In this article, I hope to enlighten you.
Added on: 05-Feb-2007 Hits: 264
|
Comments (0)Secure File Upload
Description: PHP makes uploading files easy. You can upload any type of file to your Web server. But with ease comes danger and you should be careful when allowing file uploads.
Added on: 06-Feb-2007 Hits: 240
|
Comments (0)Ajax RSS Feed
Description: Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in the RSS feeds.
Added on: 04-Apr-2007 Hits: 571
|
Comments (0)