|
|
|
สอบถามต้องการคำตอบด่วนคะ เป็นแบบฝึกหัดที่อาจารย์ให้ทำแต่ทำยังไงก็ตอบไม่ได้ ช่วยกันตอบให้หน่อยนะคะ |
|
|
|
|
|
|
|
1.ในการอัพโหลดรูปภาพขึ้นบนเซิร์ฟเวอร์ (Server) จะต้องระบุคาสั่ง (attribute) ใดบนแท็ก <form> ทุกครั้ง
2<select name="ptype" >
<option value=""> -- เลือกข้อมูลประเภทสินค้า -- </option>
<?
include "connect.php";
$sql = "select * from product_type";
$ex = mysql_query($sql, $conn);
while ($rs=mysql_fetch_array($ex)) {
?>
<option value="<?=$rs[type_id]?>"><?=$rs[type_name]?></option>
<?
}
?>
</select>
เมื่อเขียนคาสั่งตามตัวอย่างด้านบนจะให้ผลลัพธ์เป็นอย่างไร
3.$sqlmax = "select max(product_id) from product";เป็นคาสั่งที่ใช้ทาหน้าที่อะไร
4.$ext = strtolower(end(explode('.',$filename)));
$filename = $row[0] . "." . $ext;
copy($filetemp, "images/".$filename);อธิบายคาสั่งทั้ง 3 บรรทัดว่ามีความหมายว่าอย่างไร
5.sprintf("%05d", $product_id );คำสั่งตามตัวอย่างทำหน้าที่อะไร
6.if (empty($pic[“size”])){
$filename = $oldpic;
} else {
$filename = $oldpic;
unlink(“images/$filename”);
$filetemp = $pic[“tmp_name”];
copy($filetemp, “images/”.$filename);
}
คาสั่งข้างต้นมีหน้าที่อะไร
7.คาสั่ง print "ยังไม่มีสินค้าอยู่ในตะกร้า <br>" สามารถใช้คาสั่งใดแทนเพื่อให้ได้ผลลัพธ์แบบเดียวกัน
8.for ($i = 0; $i<count($sess_id); $i++) {
$total_unit = $sess_num[$i] * $sess_price[$i] ;
$total = $total + $total_unit;อธิบายคาสั่งทั้ง 3 บรรทัดว่ามีความหมายว่าอย่างไร
9คาสั่ง session_unregister("sess_id"); ทาหน้าที่อะไร
10.<input type="hidden" name="type_id" value="<?=$rs[type_id] ?>">คาสั่งหมายความว่าอย่างไร
11.จงอธิบายความหมายของคาสั่งต่อไปนี้ <meta http-equiv=„refresh‟ content=„0; url=admin_order.php”>
12.การใช้งานคาสั่งทางด้านล่างมีไว้เพื่ออะไร
if ((empty($_SESSION[“username”])) or (empty($_SESSION[“password”]))){
header(“location:admin.htm”);
exit;
}
Tag : PHP, Ms Access, HTML/CSS, JavaScript, CakePHP, Word (Word.Application)
|
|
|
|
|
|
Date :
2012-01-05 15:28:05 |
By :
นักเรียนฝึกเขียนphp |
View :
1205 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.ในการอัพโหลดรูปภาพขึ้นบนเซิร์ฟเวอร์ (Server) จะต้องระบุคาสั่ง (attribute) ใดบนแท็ก <form> ทุกครั้ง
ตอบ enctype="multipart/form-data"
2<select name="ptype" >
<option value=""> -- เลือกข้อมูลประเภทสินค้า -- </option>
<?
include "connect.php";
$sql = "select * from product_type";
$ex = mysql_query($sql, $conn);
while ($rs=mysql_fetch_array($ex)) {
?>
<option value="<?=$rs[type_id]?>"><?=$rs[type_name]?></option>
<?
}
?>
</select>
เมื่อเขียนคาสั่งตามตัวอย่างด้านบนจะให้ผลลัพธ์เป็นอย่างไร
ตอบ ค่าในฐานข้อมูลจะวนลูปออกมาแสดง
3.$sqlmax = "select max(product_id) from product";เป็นคาสั่งที่ใช้ทาหน้าที่อะไร
ตอบ หาค่าสูงสุดของproduct_id
4.$ext = strtolower(end(explode('.',$filename)));
$filename = $row[0] . "." . $ext;
copy($filetemp, "images/".$filename);อธิบายคาสั่งทั้ง 3 บรรทัดว่ามีความหมายว่าอย่างไร
ตอบ แยกคำ/ตัดคำโดยใช้ . แล้วเก็บไว้ในตัวแปร ก็อปปี้ไฟล์ที่ชื่อดังกล่าว (แต่งเอาเอง)
5.sprintf("%05d", $product_id );คำสั่งตามตัวอย่างทำหน้าที่อะไร
ตอบ เปลี่ยน format ให้กับข้อความ/ตัวแปร
6.if (empty($pic[“size”])){
$filename = $oldpic;
} else {
$filename = $oldpic;
unlink(“images/$filename”);
$filetemp = $pic[“tmp_name”];
copy($filetemp, “images/”.$filename);
}
คาสั่งข้างต้นมีหน้าที่อะไร
ตอบ ตรวจสอบค่าว่าง(null) ของรูปภาพ
7.คาสั่ง print "ยังไม่มีสินค้าอยู่ในตะกร้า <br>" สามารถใช้คาสั่งใดแทนเพื่อให้ได้ผลลัพธ์แบบเดียวกัน
ตอบ echo "ยังไม่มีสินค้าอยู่ในตะกร้า<br>";
8.for ($i = 0; $i<count($sess_id); $i++) {
$total_unit = $sess_num[$i] * $sess_price[$i] ;
$total = $total + $total_unit;อธิบายคาสั่งทั้ง 3 บรรทัดว่ามีความหมายว่าอย่างไร
ตอบ กำหนดให้ $i=0 ถ้า $iน้อยกว่า $sess_id ให้ $i เพิ่มค่า1 ,เก็บค่าผลคูณไว้ในตัวแปร $total_unit ,เก็บค่าผลรวมไว้ใน $total
9คาสั่ง session_unregister("sess_id"); ทาหน้าที่อะไร
ตอบ คืนค่าว่างให้กับ session
10.<input type="hidden" name="type_id" value="<?=$rs[type_id] ?>">คาสั่งหมายความว่าอย่างไร
ตอบ ทำช่องไว้เพื่อซ่อนค่า
11.จงอธิบายความหมายของคาสั่งต่อไปนี้ <meta http-equiv=„refresh‟ content=„0; url=admin_order.php”>
ตอบ เปลี่ยนหน้าเมื่อเวลา 0 วินาที ไปที่หน้า admin_order.php
12.การใช้งานคาสั่งทางด้านล่างมีไว้เพื่ออะไร
if ((empty($_SESSION[“username”])) or (empty($_SESSION[“password”]))){
header(“location:admin.htm”);
exit;
}
ตอบ ตรวจสอบ ชื่อ และรหัสผ่าน ที่เก็บไว้ใน session
|
ประวัติการแก้ไข 2012-01-05 16:23:40 2012-01-05 16:28:58
|
|
|
|
Date :
2012-01-05 16:20:31 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|