▼ กำลังโหลดข้อมูล... ▼
แสดงความคิดเห็น
คุณสามารถแสดงความคิดเห็นกับกระทู้นี้ได้ด้วยการเข้าสู่ระบบ
กระทู้ที่คุณอาจสนใจ
อ่านกระทู้อื่นที่พูดคุยเกี่ยวกับ
การออกแบบฐานข้อมูล
วิศวกรรมคอมพิวเตอร์
คอมพิวเตอร์เซิร์ฟเวอร์
ซอฟต์แวร์
การพัฒนา Web Application
Uncaught Error: Call to undefined function mysql_select_db() ตอนขึ้นโอส
คือมันขึ้น Uncaught Error: Call to undefined function mysql_select_db() เป็นบางหน้าอะค่ะ ปัญหาอยู่ตรงไหนคะ จะได้แก้ถูกจุด หรือเป็นที่โฮสที่เราเช่า
http://www.mothanaceramics.lnw.mn
code connect มี 2 ตัวค่ะ
connection.php
<?php
$con= mysqli_connect("localhost","mothanalnw_ceramic","14217890Nine","mothanalnw_ceramic") or die("Error: " . mysqli_error($con));
mysqli_query($con, "SET NAMES 'utf8' ");
?>
mothana.php
<?php
$hostname_mothana = "localhost";
$database_mothana = "mothanalnw_ceramic";
$username_mothana = "mothanalnw_ceramic";
$password_mothana = "14217890Nine";
$mothana = mysql_pconnect($hostname_mothana, $username_mothana, $password_mothana) or trigger_error(mysql_error(),E_USER_ERROR);
?>
มือใหม่จริงๆค่ะ ขอบคุณค่ะ