Tag Archives: parameter

WordPress PHP: How to add URL Querystring Parameters to Your Plugin

wordpress-logo

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 , , , , , , , | 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

Posted in PHP | Tagged , , | Leave a comment

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 , , , , , | Leave a comment