我正试图制作一个网页,把我数据库和信使信息从一张桌上连接起来,并将其放在一个文本箱中。 它收集的信息取决于进入另一箱案文的内容。 基本上来说,它是一个信息“待填”。 我很想知道这是否可行。
这里要更好地了解的是案文箱的布局:
<html>
<head>
<?php
$con = mssql_connect("abc", "123", "password");
if (!$con)
{
die( Could not connect: . mssql_get_last_message());
}
mssql_select_db("db1", $con);
$result = mssql_query("SELECT * FROM FormData");
<head>
<title>test</title>
</head>
<body>
<h1>test</h1>
<form action="#">
<p>Enter ID</p>
<input type="text" name="ID"/>
<input type="text" name="NAME"/>
<input type="text" name="LASTNAME"/>
<input type ="button" value="submit" onclick="check(ID)" />
</form>
</body>
Here an ID would be entered into a text box and then once the submit button was pressed, it would fetch the rest of the information from my sql database into the next boxes. I don t even know whether this is possible, whether I can use Javascript in conjunction with this or something. I searched but couldn t find much help on the subject.
我甚至不敢肯定,如果我试图以500克马克的错误结束,因为不适当的辛迪加,我会做“如果”发言。