Sql injection protection script!
Description: With mysql injection becoming a major problem these days ive put together a simple way to clean up information so you do not get messed up by exploiters.
Added on: 21-Feb-2006 Hits: 191
|
Comments (0)Smiley System
Description: Using this code will replace the smilies people enter with images!
Added on: 08-Nov-2006 Hits: 165
|
Comments (0)Skin Changer
Description: As you may of seen on http://www.spoono.com They have a skin changer! This is something similar and it has the same idea as theirs. Just these has a refresh page that will bring you back to the page you were viewing instead of going back to where you were.
Added on: 05-Jul-2005 Hits: 188
|
Comments (1)Securing PHP Files using HTTP Authentication
Description: It is quite common to have the need to password protect a certain file or a set of files, in order to prevent unauthorized access to those files. There are many different alternatives on how to do this including, sessions, cookies, JavaScript and HTTP authentication. The latter of these is what we are going to concentrate on in this article.
Added on: 13-Feb-2005 Hits: 215
|
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: 209
|
Comments (0)Search MySQL Effectively
Description: This tutorial will teach you how to search Mysql effectively without using tons of extra coding.
Most people know you can use LIKE %$search% to find matches but what if your user input "Pirates Action" with the hopes of finding an action movie that may have Pirates in them? Well this tutorial shows you how to separate the phrase and search for both words.
Added on: 24-Dec-2007 Hits: 190
|
Comments (0)