|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/application/industry/ |
Upload File : |
<?
mysql_connect('123.242.173.130','sapphire','sprd!@#$%');
$dbname1='joom_psdoc';
mysql_select_db($dbname1);
$strSqlAll="
SELECT *
FROM psdoc_durable
WHERE runid IS NOT NULL
"; //(year(now())+543)
//echo $strSqlYear;
$rsAll = mysql_db_query($dbname1,$strSqlAll);
$Result_All = mysql_fetch_assoc($rsAll);
print_r($Result_All);
echo 'สวัสดี ';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>