LoP-UK: you've just landed!
www.lackofpotatoes.co.uk

Radiohead @ Glasgow Green, 27 Jun

July 3rd, 2008 by Simon

What an amazing concert - I can still feel the hairs on my neck stand on end when I watch this video.


Radiohead at Glasgow Green - Friday 27th June 2008 (A view from the crowd)
from Milo McLaughlin on Vimeo.




Free Legal NIN Album

July 1st, 2008 by Simon

Download the great new album from NIN 'The Slip' from their website for free, its even available in a choice of audio formats - quality.

Visit their site for the download




Lyrics section now fixed

Feb 11th, 2008 by Simon

Okay so I've been a bit neglectful of the site lately. Finally got a few mins to fix this problem - seems to do with my provider disabling the "globals for PHP" option on the server... gee thanks for the warning guys.

Globals

This is the most common problem. Most tutorials tell you that variables will automatically be available, but you can't use them. The variables are not being transfered in the URLs. The test? Type the line: echo $variable; (where variable is the name of the variable you are passing in the url). If nothing is displayed, then you need to use one of the following solutions.

Retrieve it in your code: This is the easiest, because you just add this line before you try to call the variable:

$variable = $_GET["variable"];

Thats it. You can use that variable now!

Enable Globals: Add this line to your .htaccess file (if you use apache). If you don't have this file, just make a blank file and call it .htaccess, then upload it to your server.

php_flag register_globals on


Read more here: Zimmertech





Old News

Passenger pigeon! They've been extinct since 1914!