|
||||||||||
更新順に表示する件ですが search.phpの224行の if($fo['order']){ if($fo['order'] == 'kousin_desc'){ $o_q=' ORDER BY kousin DESC'; } else if($fo['order'] == 'kousin_asc'){ $o_q=' ORDER BY kousin ASC'; } else if($fo['order'] == 'touroku_desc'){ $o_q=' ORDER BY touroku DESC'; } else if($fo['order'] == 'touroku_asc'){ $o_q=' ORDER BY touroku ASC'; } } の下に else{ $o_q=' ORDER BY kousin DESC'; } と追加してください。 同じ順になる件ですが手持ちのものではできているのですが 223行の $o_q=''; の上に $fo['order']="kousin_desc"; このようにつけたりしていませんか。 つけていれば削除してください。 |