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, [...]

How to Disallow Direct Access to a File with PHP

Place this code at the top of your PHP script. if ( stristr( $_SERVER['SCRIPT_NAME'], basename( __FILE__ ) ) ) { exit( ‘No direct script access allowed’ ); }

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

Search within PHP files

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 If you have Windows Search Indexing disabled, view this solution. Otherwise continue with the steps below. Perform a search on the Start Menu for “indexing”. [...]