<br />
<br />
<div id=
"bodyright"
><br />
<br />
<?php<br />
include
(
"/member/index_Service.class.php"
);<br />
$pagenow
=0;<br />
$pagesize
=24;<br />
<br />
$q_Servie
=
new
q_Service ();<br />
<br />
$res
=
$q_Servie
->get_quan_list(
$pagenow
,
$pagesize
);<br />
for
(
$i
= 0;
$i
<
count
(
$res
);
$i
++) {<br />
$row
=
$res
[
$i
];<br />
$photo
=
"upload_file/{$row['q_creator']}/{$row['q_photo']}"
;<br />
$q_secrecy
=
$row
[
'q_secrecy'
];<br />
if
(
$row
[
'q_photo'
] ==
""
) {<br />
$photo
=
"upload_file/quan.png"
;<br />
}<br />
echo
" <div
class
=
'fieldset'
><form action=
'content.php'
method=
'post'
ff={
$row
[
'q_id'
]}><br />
<div
class
=
'legend'
> [{
$row
[
'q_id'
]}]<h7>{
$row
[
'q_name'
]}</h7></div><br />
<div
class
=
'div-t'
><img
class
=
'tx'
src=
'$photo'
/ alt=
" php不执行的怪异有关问题 "
><p
class
=
'p-about'
>{
$row
[
'q_about'
]}</p></div><br />
<div
class
=
'db'
><img
class
=
'ys'
src=
'img/member.png'
style=
"max-width:90%"
title=
'网站注册会员可用'
/ alt=
" php不执行的怪异有关问题 "
><input type=
'hidden'
name=
'q_id'
value={
$row
[
'q_id'
]} /><br />
<input type=
'button'
class
=
'jr'
q_id={
$row
[
'q_id'
]} value=
'申请加入'
/> <input id={
$row
[
'q_id'
]} q_secrecy=
$q_secrecy
type=
'button'
value=
'进入'
class
=
'bt'
/> </div><br />
</form></div>";<br />
<br />
}<br />
<br />
?><br />
</div><br />