2011-06

MySQL

auto_incrementの初期値をあとから設定する

テストデータとして、auto_incrementの設定してあるカラムへ 大きい値のデータを手動で入力したら、自動で振られる番号がその 続きからになってしまいました。auto_incrementの初期値は show table status ...
MySQL

現在日時の入力

insert into set = now(); 更新情報などにデータ型は date でも datetimeでも
PHP

in_array serch_array

$hogehoge = array(); for($i=0;$i>=100;$i++){ if(($i%3) == 0){ array_push($hogehoge,$i); } } if(in_array($check,$hogehoge...
Linux

RHEL4のためのrpmライブラリ

環境 : RHEL4ES(x86_64) apache2.0 php4.3.9 PHPのインストール時にphp