$strName ){ if( $_POST[del_usr][$iKey] ){ $strSQL = "delete from tbl_user " . "where cd = {$iKey}"; $resRows = mysql_query( $strSQL ); continue; } if( $strName != $_POST[pre_usr_name][$iKey] ){ $strSQL = "update tbl_user set " . "usr_name = '{$strName}' " . ", update_time = '{$strDate}' " . "where cd = {$iKey} "; $resRows = mysql_query( $strSQL ); } } endif; ?> ユーザー管理
新規登録
$arrRow){ echo<< EOM; }//endforeach ?>
CDユーザー名削除
{$arrRow[cd]}