PHP菜鸟请教各位大虾,将数据写进数据库,但是出现以下错误:在详细提问中:

Error:Couldnotconnecttodatabase.Pleasetryagainlater.newbook.html:<html><head><title>B... Error: Could not connect to database. Please try again later.
newbook.html:
<html>
<head>
<title>Book-O-Rama - New Book Entry</title>
</head>

<body>
<h1>Book-O-Rama - New Book Entry</h1>

<form action="insert_book.php" method="post">
<table border="0">
<tr>
<td>ISBN</td>
<td><input type="text" name="isbn" maxlength="13" size="13"></td>
</tr>
<tr>
<td>Author</td>
<td> <input type="text" name="author" maxlength="30" size="30"></td>
</tr>
<tr>
<td>Title</td>
<td> <input type="text" name="title" maxlength="60" size="30"></td>
</tr>
<tr>
<td>Price $</td>
<td><input type="text" name="price" maxlength="7" size="7"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="Register"></td>
</tr>
</table>
</form>
</body>
</html>

insertbook.php
<html>
<head>
<title>Book-O-Rama - New Book Entry</title>
</head>

<body>
<h1>Book-O-Rama - New Book Entry</h1>

<form action="insert_book.php" method="post">
<table border="0">
<tr>
<td>ISBN</td>
<td><input type="text" name="isbn" maxlength="13" size="13"></td>
</tr>
<tr>
<td>Author</td>
<td> <input type="text" name="author" maxlength="30" size="30"></td>
</tr>
<tr>
<td>Title</td>
<td> <input type="text" name="title" maxlength="60" size="30"></td>
</tr>
<tr>
<td>Price $</td>
<td><input type="text" name="price" maxlength="7" size="7"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="Register"></td>
</tr>
</table>
</form>
</body>
</html>
展开
 我来答
zhangyikun0206
2010-09-11 · 超过28用户采纳过TA的回答
知道答主
回答量:88
采纳率:0%
帮助的人:78万
展开全部
你的insert_book.php那页的代码呢?
第一句话是说连接不到你的数据库,有可能是你的数据库名称写错了。
朋友火箭9K
2010-09-11 · TA获得超过2823个赞
知道大有可为答主
回答量:4676
采纳率:0%
帮助的人:3481万
展开全部
不能连到数据库啊,贴链接数据库代码,别贴这些没用的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式