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: 274
|
Comments (0)Starting MySql
Description: How to start mysql server and client from the command line ( DOS )
Added on: 26-Apr-2005 Hits: 276
|
Comments (0)PHP/MySQL Video Tutorial
Description: A high quality video tutorial that will teach you how to add and retrieve data from a MySQL database using PHP.
Password to open the file is: http://www.westernstudios.net
Added on: 07-Aug-2007 Hits: 278
|
Comments (0)Using If Else Statements
Description: An if else statement can make things really neat on your website. The basics of it are so simple that if you blink your eyes, you should be able to figure it out. Let's cover an if else statement.
Added on: 30-Jun-2005 Hits: 280
|
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: 280
|
Comments (0)Mysql update and delete
Description: Updating and deleting rows from a database is quite simple and this tutorial will show you how.
Added on: 08-May-2005 Hits: 282
|
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: 288
|
Comments (0)Check if file exists
Description: Use this code to check if a file exist on your server. It is great if you don't want to search all your files and would like to update or add a new one.
Added on: 01-Feb-2005 Hits: 289
|
Comments (1)