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: 261
|
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: 281
|
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: 289
|
Comments (0)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: 276
|
Comments (0)Passing Javascript Variables to PHP
Description: JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.
Added on: 02-Dec-2006 Hits: 229
|
Comments (0)Get Current Page URL
Description: Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. Here is how you can do that.
Added on: 02-Dec-2006 Hits: 246
|
Comments (0)Google suggest - Ajax
Description: This tutorial will walk you through creating a search suggest similar in fashion to that of Google Suggest using AJAX technologies.
Added on: 14-Nov-2006 Hits: 212
|
Comments (1)