フォームのチェックボックスをjavascriptを使って全選択し、チェックボックスの値を配列として受け取る。
<SCRIPT TYPE="text/javascript">
<!--
function allcheck(targetForm,flag){
for(n=0;n
</SCRIPT>
<input type="button" value="全選択" on…
$string = ‘Hello World!’;
if(stristr($string, ‘earth’) === FALSE) {
echo ‘”earth” not found in string’;
}
// 出力は “earth” not found in string となります
参照元:http://www.php.net/manual/ja/function.stristr.php
graffiti on the web
この投稿へのコメント
コメントはまだありません。