Linux 软件免费装

$_GET Getter

开发者 Andy Stramer
Daniel Watrous
更新时间 2009年12月8日 01:41
捐献地址: 去捐款
PHP版本: 2.0.2 及以上
WordPress版本: 2.1

标签

variable query string $_get variable $_GET variable get variable $_GET $_get $_POST

下载

详情介绍:

Where ever you want your 'get' variable to appear just type [get querystringkey]. So if your url is http://www.yoursite.com/apageorpost?thevariable=success, get the 'success' by typing [get thevariable] where you want it in your content. Simple as that!

安装:

This section describes how to install the plugin and get it working.
  1. Upload 'getter.php to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place '[get Whatevervariablekeyyouhave]' in your pages or posts

常见问题:

How do I get my Variable to show up?

Just type "[get Whatevervariablekeyyouhave]" anywhere in your content you want it to appear.

Can I have multiple variables display on one page?

Yes, In the latest release you can have unlimited query string variables