อยากทราบวิธีแก้ไขหรือทำไงได้บ้างอะค่ะ ลองมาหลายอย่าง ดูตากูเกิ้ล หลายวันแล้วแล้ว ไม่เวิร์คเลยค่ะ
คือมันขึ้น 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);
?>
มือใหม่จริงๆค่ะ ขอบคุณค่ะ
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);
?>
มือใหม่จริงๆค่ะ ขอบคุณค่ะ