アーカイブ:2017年 11月
session_start();$u_id = htmlspecialchars($_GET);$confirm = htmlspecialchars($_POST);switch($confirm){ case $u_id…
不動産サイトのような絞り込み検索フォーム側<form method="get" id="searchform" action="http://kotori-blog.com/test/"><label for=…
calc()calc関数はカッコ内の値を計算することができる関数。.box { width: calc(100% - 60px); margin-left: 40px;}counter()counter関数は…