Posted on Sep 2nd, 2009 in
Php Tutorials |
0 comments
Step 1 – Setting up FLIR
The first step is to download FLIR. Unzip the download and place the folder inside (facelift-1.1.1) somewhere on your web server. I have renamed the folder to just “facelift” to make things easier.
Inside the facelift folder is a Javascript file named “flir.js”. You can choose to leave it there, or you can move it elsewhere such as a centralized folder for...
Posted on Aug 31st, 2009 in
Flash Tutorials |
0 comments
Source:...
Posted on Aug 12th, 2009 in
Php Tutorials |
0 comments
Introduction
Over in the php help forum, the question of how to deal with checkboxes arises pretty often. Usually, people want to be able to select which rows of a database to update/delete/throw out the window.
The concept is actually pretty simple. It involves naming your checkbox as an array and the use of the IN mysql clause. This tutorial aims to give a simple example in the hope that, next time someone asks, I...