HOME > PHP > PHP Forum > Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed
Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed
<html>
<head>
<title>ThaiCreate.Com PHP(COM) Excel.Application Tutorial</title>
</head>
<body>
<?php
$xlApp = new COM("Excel.Application");
if($xlApp)
{
echo "Connect to Excel.Application";
}
else
{
echo "Can Not Connect to Excel.Application";
}
?>
</body>
</html>
พอรันในเครื่องตนเอง
ได้ เป็น connect to excel.application
================
แต่เมื่อนำไปขึ้น host ใช้ internet information services (iis) manager + php + windows server 2008 r2 enterprise
ปรากฎว่าเป็น
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed
=============