Excel: VLookup Example

The original example can be found at TechOnTheNet.com.
Question: I have a list of #s in column A (lets say 1-20). There is a master list in another column that may not include some of the column A #s. I want a formula in column B to say (if A1 exists in the master list, then [...]

How to Disallow Direct Access to a File with PHP

Just include this PHP code at the top of your include file.

<?php
if (!empty($_SERVER['SCRIPT_FILENAME']) && ‘includefilename.php’ == basename($_SERVER['SCRIPT_FILENAME']))
die (‘Direct File Access Prohibited’);
?>

Flight of the Conchords – Jenny

I have watched this video numerous times and find it hilarious everytime. Check it.

Search for Text Inside of PHP Files with Vista

Problem
Windows ignores text inside of PHP files because it doesn’t recognize them. This makes it very difficult to search for specific words or phrases inside of PHP files.
Solution

Perform a search on the Start Menu for “indexing”. In the results, click on “Indexing Options”.
With “Indexing Options” open, click on the “Advanced” button.
Click on the “File Types” [...]