|
|
|
ใช้คำสั่ง mysql_fetch_assoc ไม่แสดงผลอะไรเลยอะครับ |
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2016-03-27 00:06:58 |
By :
derkeden901 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คำว่า ไม่แสดงผลอะไรเลย หมายความว่าเป็นหน้า ขาวๆ เลยหรือเปล่า
ถ้าใช่ไปตรวจสอบไฟล์ ใน require_once('Connections/Myconnect.php');
ว่าผิดไวยกรณ์ อะไรตรงไหนหรือเปล่า
หรือเข้าไปตรวจไฟล์ error log ว่าผิดที่ตรงไหน
|
|
|
|
|
Date :
2016-03-27 06:43:46 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_Myconnect = "localhost";
$database_Myconnect = "projectmoc";
$username_Myconnect = "root";
$password_Myconnect = "";
$Myconnect = mysql_pconnect($hostname_Myconnect, $username_Myconnect, $password_Myconnect) or trigger_error(mysql_error(),E_USER_ERROR);
?>
เนี่ยอ่ะครับ = =
|
|
|
|
|
Date :
2016-03-27 21:50:49 |
By :
derkeden901 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำๆรีเฟรชไป ก็ขึ้นได้ตารางตามที่ต้องการในฐานข้อมูล รีเฟรชอีกทีหาย งงๆอ่ะครับ
|
|
|
|
|
Date :
2016-03-27 22:27:17 |
By :
derkeden901 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|