What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
CodeUnit Post Archive
Rugged Rock Studio
Tag Archives: parameter
WordPress PHP: How to add URL Querystring Parameters to Your Plugin

WordPress is set up such that unknown URL GET parameters are ignored, a nice security/navigation feature to be sure, but an annoying one if you are developing a plugin that needs to allow for GET variables in order to control … Continue reading
Posted in PHP, Wordpress
Tagged add_filter, get, parameter, PHP, querystring, query_vars, url, wordpress
Leave a comment
PHP: Save print_r output into a Variable
print_r() is an extremely useful PHP function that displays the information about just about any type of variable in a way that’s readable by humans. It is particularly essential for the display of arrays, making it often directed towards uncovering those all important system arrays of $_GET, $_POST, $_SERVER and of course, $_SESSION.
Continue reading
How to Download to a Specific Directory using Wget for Windows
The question I’m answering today is how to specify which directory wget is to save what it is downloading to. Continue reading
Posted in Software & Websites, Tutorials
Tagged download, parameter, specify directory, switch, web, wget
Leave a comment






