 |
include("userpass.php3");
mysql_connect ($host, $users, $password) or die ("File not found");
mysql_select_db ($database);
$results = mysql_db_query ($database, "select * from typepro order by type");
while ($rows = mysql_fetch_array ($results)) {
?>
 |
|
}
$chk = mysql_free_result($results);
mysql_close;
?>
|
|
 |
|
 |
| |
Technical
Support |
|
| |
|
|
| |
|
|
คำถามที่ถามมา |
include("userpass.php3");
mysql_connect ($host, $users, $password) or die ("File not found");
mysql_select_db ($database);
$result = mysql_db_query ($database, "select * from board where (no = '$no')");
$row = mysql_fetch_array ($result);
$ckexpert = $row['expert'];
?>
 |
echo $row['item']; ?>
[IT
echo $row['no']; ?>
] |
|
| |
$x = $row['des'];
include("showtext.php3");
?>
|
|
| |
Sender
:
echo $row['sender']; ?>
Date :
echo $row['date']; ?>
|
|
| |
E-Mail
:
echo $row['email']; ?>
|
|
$chk = mysql_free_result($result);
mysql_close;
?>
|
|
|
include("userpass.php3");
mysql_connect ($host, $users, $password) or die ("File not found");
mysql_select_db ($database);
$mn=1;
$result = mysql_db_query ($database, "select * from answer where (no = '$no') order by date");
while ($row = mysql_fetch_array ($result)) {
$chexpert = $row['expert'];
?>
|
คำตอบที่.
|
if($chexpert == "Y") {?>
}else{?>
}?>
|
$x = $row['des'];
include("showtext.php3");
?>
|
|
| |
Visitor
:
echo $row['sender']; ?>
Date :
echo $row['date']; ?>
|
|
| |
E-Mail
:
echo $row['email'];?>
[ANS
echo $row['id']; ?>
] |
|
|
|
}
$chk = mysql_free_result($result);
mysql_close;
?>
|
|
| |
|
|
| |
|
|
| |
|
|
|
|
|