取得用パラメーターの使い方の例

linkを踏ませて取得
 <a href="http://***********?guid=ON">じゃんぷ</a>

POSTで取得
<form method="post">
  <input type="hidden" name="guid" value="ON">
</form>

多分、これで取得できるはず。