"); for($i=0;$_POST['genre'][$i]!=null;$i++){ print("
"); } ?>
登録
現在地
×
登録情報
名称:
(必須)
ジャンル:
=1 order by janru_id asc"; $res_j=@mysql_query($sql_j); for($k=1;$row_j=mysql_fetch_array($res_j);$k++){ if($k==$_POST['select_janru']){ echo "
".$row_j['janru_name']."
"; }else{ echo "
".$row_j['janru_name']."
"; } } mysql_free_result($res_j); $close=@mysql_close($con); if(!$close){ unset($con,$sql,$res,$max,$db_select); die(); } unset($con,$sql,$res,$db_select); ?>
(*)
詳細
画像を追加する際は向きにご注意ください
×
Info
リンク
Code for Takaoka
おしえっちゃ~高岡(閲覧用)
ジャンル編集
help
現在地について
×
= cast( (now()- interval 7 day) as date ) and"; $term="今週の投稿"; break; case 1://今月 $start="update_date >= cast( (now()- interval 1 month) as date ) and"; $term="今月の投稿"; break; case 2://3ヶ月 $start="update_date >= cast( (now()- interval 3 month) as date ) and"; $term="ここ3ヶ月の投稿"; break; case 3://半年 $start="update_date >= cast( (now()- interval 6 month) as date ) and"; $term="ここ半年の投稿"; break; case 4://今年 $start="update_date >= cast( (now()- interval 1 year) as date ) and"; $term="今年の投稿"; break; case 5://過去全て $start="update_date >= '0000-00-00' and"; $term="いままでの投稿"; break; default://今月(デフォルト) $start="update_date >= cast( (now()- interval 1 month) as date ) and"; $term="今月の投稿"; break; } $sql="select kanko_id,kanko_name from display_master where ".$genre." ".$start." update_date <= cast(now() as date) and kanko_id!=999 order by kanko_id asc"; $res=@mysql_query($sql); if(!$res){ unset($con,$select_db,$sql,$res); die("クエリエラー"); } unset($sql); print("
".$term."
表示の設定
"); for($i=0;$row=mysql_fetch_array($res);$i++){ print("
".htmlspecialchars($row['kanko_name'])."
"); } mysql_free_result($res); $close= mysql_close($con); if(!$close){ die(); } ?>
→
×
表示に関する設定
表示項目
"); print("
"); print("
"); for($i=1;$row=mysql_fetch_array($res);$i++){ $check=in_array($row['janru_id'],$_POST['genre']); if($check){ print("
".htmlspecialchars($row['janru_name'])."
"); }else{ print("
".htmlspecialchars($row['janru_name'])."
"); } if($i%2==0){ print("
"); } } print("
"); print("
"); print("
"); print("
"); print("
"); print("
"); print("
"); print(""); mysql_free_result($res); $close= mysql_close($con); if(!$close){ die(); } ?>
表示期間
$term[$i]" ; }else{ echo "
$term[$i]
" ; } } ?>