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: 220
|
Comments (1)Smiley System
Description: Using this code will replace the smilies people enter with images!
Added on: 08-Nov-2006 Hits: 193
|
Comments (0)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: 217
|
Comments (0)Sql Lite in PHP
Description: Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides. For examples, if you distribute the web application, your customers may not have access to a MySQL server. In the case of flat files, these can quickly grow large and inefficient and can be difficult to query.
Added on: 22-Jan-2008 Hits: 427
|
Comments (0)Starting MySql
Description: How to start mysql server and client from the command line ( DOS )
Added on: 26-Apr-2005 Hits: 265
|
Comments (0)