Chinaunix首页 | 论坛 | 博客
  • 博客访问: 548828
  • 博文数量: 107
  • 博客积分: 5229
  • 博客等级: 大校
  • 技术积分: 1158
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-08 10:50
文章分类
文章存档

2015年(1)

2014年(1)

2012年(5)

2011年(22)

2010年(12)

2009年(13)

2008年(34)

2007年(19)

我的朋友

分类:

2009-06-08 17:40:56

<?
header("Content-type:image/ ");
// Server in the this format: \ or

// , when using a non default port number

$server = 'KALLESPC\SQLEXPRESS';
$link = mssql_connect('192.168.1.11:1433', 'sa', '123');

if(!$link)
{
    die('Something went wrong while connecting to MSSQL');
}
else{
    mssql_select_db('DATABASE_DATA', $link);
    //$version = mssql_query('SELECT * from RGraph');

    //$sql ="EXEC WhateverSProcYouWant some_arguments";

$data = mssql_query('SELECT * from RGraph where sn = 783', $link);
$row=mssql_fetch_array($data);
echo $row["sFile"];
}



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<table width="100%" border="0">
  <tr>
    <td><img border="0" src="r.php" ></td>
  </tr>
</table>
</body>
</html>


阅读(3799) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~