- 26 名前:nobodyさん [2008/06/25(水) 21:01:39 ID:57l0ft98]
- すいません。質問です。
大角本で質問なんですが、 ? if ( $_SESSION['checked_item'] != '' ) { foreach( $_SESSION['checked_item'] as $value ) { $sql = "select * from item left join author on item.author_id = author.author_id where item_id = '$value'"; $result = mysql_query( $sql ); while ( $item = mysql_fetch_array( $result ) ) { ?> の部分の$_SESSION['checked_item']の'checked_item'はどこからきたの? あと$sql = "select * from item left join author on item.author_id = author.author_id where item_id = '$value'"; このsql文はなんでしょうか? 教えてください。 ソースはこちらにあります。 gichioka.web.fc2.com/sample-ec101.zip
|

|