ไม่ได้ครับมันขึ้นแบบนี้ครับ
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
<?php
class GetDbConnect
{
var $conn;
function GetDbConnect($host,$user,$pass,$language)
{
$this->conn = mysql_connect("$host", "$user", "$pass") or die("Could not connect : " . mysql_error());
@mysql_query("SET NAMES UTF8",$this->conn);
}
function SelectDb($db_name)
{
@mysql_select_db("$db_name",$this->conn) or die("Could not select database <b>$db_name</b>");
}
function DisconnectDb($disconnect)
{
@mysql_close($disconnect);
}
}
?>
ตอนนี้มันเป็งแบบนี้และ
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\PMS-001\COMMON\config.inc.php:1) in C:\AppServ\www\PMS-001\MODULES\PROCESS\test.php on line 33
Hardware คู่มือช่างคอมพิวเตอร์ ฉบับสมบูรณ์ มือใหม่หัดเป็นช่างคอมพิวเตอร์ คัมภีร์ NoteBook
view source แล้วได้แบบนี้ครับ หาต้นตอไม่เจอ
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\PMS-001\COMMON\config.inc.php:1) in <b>C:\AppServ\www\PMS-001\MODULES\PROCESS\test.php</b> on line <b>33</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<elementValues>
<books>
<category>Hardware</category>
<book>คู่มือช่างคอมพิวเตอร์ ฉบับสมบูรณ์</book>
<book>มือใหม่หัดเป็นช่างคอมพิวเตอร์</book>
<book>คัมภีร์ NoteBook</book>
</books>
</elementValues>
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.