<form name="form1" action="hoge.php" autocomplete="off">
これでフォーム全体でオートコンプリートが無効に。
<input type="text" name="field1" value="" autocomplete="off">
こんな感じでインプットフィールドごとでも無効にできるみたいです。
<form name="form1" action="hoge.php" autocomplete="off">
<input type="text" name="field1" value="" autocomplete="off">
echo "1日前" . date("Y/m/d",strtotime("-1 day"));
echo "1ヶ月前" . date("Y/m/d",strtotime("-1 month"));
echo "1年前" . date("Y/m/d",strtotime("-1 year"));
echo "1週間前" . date("Y/m/d",strtotime("-1 week"));
select col1,col2 ... col10 from table where col11 = 'hoge1' and col12 = 'hoge2' and col13 = 'hoge3';
select col1,col2 ... col10 from table where col11 = 'hoge4' and col12 = 'hoge5' and col13 = 'hoge6';
select col1,col2 ... col10 from table where col11 = 'hoge7' and col12 = 'hoge8' and col13 = 'hoge9';
$ mysql DB_NAME --skip-column-names < select2000.txt > output2000.txt
RewriteLog logs/rewrite.log
RewriteLogLevel 9