php(添加图片2)
php难题(添加图片)<?include("config.inc.php");if($superadmin){if(!($supername==$supervisor)|...
php难题(添加图片)
<?
include("config.inc.php");
if($superadmin)
{
if(!($supername==$supervisor)||!($superpass==$superpsw))
{
echo"密码错误";
exit;
}
else
{
session_start();
session_register("superlogin");
$superlogin=$supername;
}
}
else
{
session_start();
if (!session_is_registered("superlogin"))
{
echo"<form name='form1' method='post' action='$PHP_SELF'>";
echo"<div align='center'>请输入管理员密码<br>";
echo"管理员";
echo"<input type='text' name='supername'><br>";
echo"密码";
echo"<input type='password' name='superpass'><br>";
echo"<input type='submit' name='superadmin' value='进入'><br>";
echo"<input type='reset' name='cancel' value='重写'></div>";
echo"</form>";
exit;
}
}
if($submit)
{
$date=time();
echo "$date";
$query="insert into news values('".$id."','".$title."','".$author."','".$text."','".$date."')";
$result=mysql_query($query,$db) or die(shibai);
echo"提交成功";
}
?>
<html>
<head>
<title></title>
</head>
<body>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">新闻管理</div></td>
</tr>
<tr>
<td><div align="center"><a href="index.php" target="_self">返回首页</a></div></td>
</tr>
</table>
<form name="form" method="post" action="<? echo $PHP_SELF; ?>">
<div align="center">文章ID
<input name="id" type="text" size="4" maxlength="4">
(A1-A4)(B1-B4)...(F1-F4)<br>
<br>
新闻标题
<input name="title" type="text" size="30" maxlength="30">
*<br>
<br>
作者
<input name="author" type="text" size="10" maxlength="10">
*<br>
<br>
内容:
*<br>
<br>
<textarea name="text" cols="140" rows="50"></textarea>
<br>
<input type="submit" name="submit" value="提交">
<input type="reset" name="reset" value="重置">
</div>
</form>
<p> </p>
</body>
</html>
此为添加新闻代码
如何让<textarea name="text" cols="140" rows="50"></textarea>中不但可以添加新闻还可添加图片,可以从网上复制图片到里面,或可添加不同图片 展开
<?
include("config.inc.php");
if($superadmin)
{
if(!($supername==$supervisor)||!($superpass==$superpsw))
{
echo"密码错误";
exit;
}
else
{
session_start();
session_register("superlogin");
$superlogin=$supername;
}
}
else
{
session_start();
if (!session_is_registered("superlogin"))
{
echo"<form name='form1' method='post' action='$PHP_SELF'>";
echo"<div align='center'>请输入管理员密码<br>";
echo"管理员";
echo"<input type='text' name='supername'><br>";
echo"密码";
echo"<input type='password' name='superpass'><br>";
echo"<input type='submit' name='superadmin' value='进入'><br>";
echo"<input type='reset' name='cancel' value='重写'></div>";
echo"</form>";
exit;
}
}
if($submit)
{
$date=time();
echo "$date";
$query="insert into news values('".$id."','".$title."','".$author."','".$text."','".$date."')";
$result=mysql_query($query,$db) or die(shibai);
echo"提交成功";
}
?>
<html>
<head>
<title></title>
</head>
<body>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">新闻管理</div></td>
</tr>
<tr>
<td><div align="center"><a href="index.php" target="_self">返回首页</a></div></td>
</tr>
</table>
<form name="form" method="post" action="<? echo $PHP_SELF; ?>">
<div align="center">文章ID
<input name="id" type="text" size="4" maxlength="4">
(A1-A4)(B1-B4)...(F1-F4)<br>
<br>
新闻标题
<input name="title" type="text" size="30" maxlength="30">
*<br>
<br>
作者
<input name="author" type="text" size="10" maxlength="10">
*<br>
<br>
内容:
*<br>
<br>
<textarea name="text" cols="140" rows="50"></textarea>
<br>
<input type="submit" name="submit" value="提交">
<input type="reset" name="reset" value="重置">
</div>
</form>
<p> </p>
</body>
</html>
此为添加新闻代码
如何让<textarea name="text" cols="140" rows="50"></textarea>中不但可以添加新闻还可添加图片,可以从网上复制图片到里面,或可添加不同图片 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询