PHP WebサイトSplicing => $term)
$these = array_diff_assoc($params, array($key => $term));
printf("%sn", http_build_query($these), $term);
出力例: c
参考 http://stackoverflow.com/questions/8609163/php-retrieve-keys-from-query-string-for-each-key-create-url-removing-that-key
2.php現在の URL を取得します
$url_this = "http://".$_SERVER ['HTTP_HOST'].$_SERVER['PHP_SELF'];
3.strtotime("-1 週間"), strtotime(" - n days"); 現在の日付から n 日、n 週間、および n か月前のタイムスタンプを簡単に取得できます