|
|
|
คือผมอยากรู้วิธีแทรกรูปภาพไปบนโจทย์ของข้อสอบอ่ะครับ...ใครรู้ช่วยตอบทีนะครับ |
|
|
|
|
|
|
|
ก็เก็บชื่อภาพใน table ข้อสอบด้วยสิครับ
|
|
|
|
|
Date :
2010-10-24 11:36:19 |
By :
DS_Ohm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต้องอัพโหลดภาพขึ้นไปแล้วเก็บแล้วเก็บชื่อภาพไว้ใน table ใช่ป่าวคับ
แล้วโชว์ข้อสอบยังไงอ่ะคับ..ผมงงมาก
ตอนนี้โค้ดผมเป็นอย่างนี้นะครับ...ผมไม่รู้ว่าตอนเรียกรูปภาพขึ้นมาโชว์ด้วยพร้อมโจทย์แล้วก็ตัวเลือกจะทำยังไงอ่ะครับ
<?
$number=1;
include "../connect.php";
$a="select * from tb_unit where ID_unit='$name_unit'";
$re=mysql_db_query($dbname,$a);
$f=mysql_fetch_array($re);
$id_unit=$f[ID_unit];
$id_subject=$f[ID_subject];
echo "<INPUT TYPE='hidden' NAME='id_question[]' VALUE='$id_unit'>
<INPUT TYPE='hidden' NAME='id_question[]' VALUE='$id_subject'>";
$sql="SELECT * FROM tb_quiz1 where ID_unit='$id_unit' ORDER BY RAND() LIMIT 0,10";
$result=mysql_db_query("$dbname",$sql);
while ($r=mysql_fetch_array($result)) {
$id=$r[ID_quiz1];
$question=$r[Question1];
$choice1=$r[Choice1];
$choice2=$r[Choice2];
$choice3=$r[Choice3];
$choice4=$r[Choice4];
echo "<B>ข้อ $number. $question </B><BR>
<INPUT TYPE='radio' NAME='select_$id' VALUE='1'> $choice1 <BR>
<INPUT TYPE='radio' NAME='select_$id' VALUE='2'> $choice2 <BR>
<INPUT TYPE='radio' NAME='select_$id' VALUE='3'> $choice3 <BR>
<INPUT TYPE='radio' NAME='select_$id' VALUE='4'> $choice4
<INPUT TYPE='hidden' NAME='total_question[]' VALUE='$id'>
<HR> ";
$number++;
}
?>
|
|
|
|
|
Date :
2010-10-24 19:21:44 |
By :
00zodiac00 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าเป็น รูปภาพอยู่กลางโจทย์
น่าจะลองใช้ Editer เข้ามาช่วยน่ะครับ
เช่น fckEditor ckEditor
|
|
|
|
|
Date :
2010-10-24 20:37:25 |
By :
iieszz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|