1. データベースに接続する一般的な方法: conn.php
<?php <BR>include("conn.php"); //導入链接データベース库 <BR>if(!empty ($_GET['id'])){ <BR>$sql="select * from news where id='".$_GET['id']."'"; <BR>$query=mysql_query($sql); <BR>$rs=mysql_fetch_array($query); <BR>} <BR>if(!empty($_POST['sub'])){ <BR>$title=$_POST['title']; <BR>$con=$_POST['con']; <BR>$hid=$_POST['hid']; <BR>$sql="更新ニュースセット title='$title',contents='$con' where id='$hid' 制限 1 "; <BR>mysql_query($sql); <BR>echo "<script>alert('更新成功'); location.href='index.php'</script>"; <br>echo「更新成功」; <br>} <br>?> <br><form action="edit.php" method="post"> <br><input type="hidden" name="hid" value="<?php echo $rs['id']?>"/> <br>标题: <input type="text" name="title" value="<?php echo $rs['title']?>"><br> <br> 内容: <textarea rows="5"cols="50" name="con"><?php echo $rs['contents']?></textarea><br> <br><input type="submit" name="sub" value="発行表"> <br><br> <br>if(!empty($_GET['del'])){ $d=$_GET['del']; $sql="id ='$d' のニュースから削除"; $query=mysql_query($sql); echo "删除成功"; ?><p></p> <br><pre class="brush:php;toolbar:false">
<?php <BR>include("conn.php");//取入链接データベース库 <BR>if(!empty ( $_GET['id'])){ <BR>$sql="select * from news where id='".$_GET['id']."'"; <BR>$query=mysql_query($sql); <BR>$rs=mysql_fetch_array($query); <BR>} <BR>if(!empty($_POST['sub'])){ <BR>$title=$_POST['title']; <BR>$con=$_POST['con']; <BR>$hid=$_POST['hid']; <BR>$sql="更新ニュースセット title='$title',contents='$con' where id='$hid' 制限 1 "; <BR>mysql_query($sql); <BR>echo "<script>alert('更新成功'); location.href='index.php'</script>"; <br>echo「更新成功」; <br>} <br>?> <br><form action="edit.php" method="post"> <br><input type="hidden" name="hid" value="<?php echo $rs['id']?>"/> <br>标题: <input type="text" name="title" value="<?php echo $rs['title']?>"><br> <br> 内容: <textarea rows="5"cols="50" name="con"><?php echo $rs['contents']?></textarea><br> <br><input type="submit" name="sub" value="発行表"> <br><br> <br>5.查,列表页面<pre name="code" class="html"><a href="add.php">追加コンテンツ</a> <br> <br> <br> <br><input type="text" name="keys" /> <br><input type="submit" name="subs" value="搜索"/> <br></フォーム> <br><?php <BR>include("conn.php");//取入链接データベース库 <BR>if(!empty($_GET['keys'])){ <BR>$w=" title like '%".$_GET[ 'キー']."%'"; <BR>}else{ <BR>$w=1; <BR>} <BR>$sql="$w が ID の説明で注文するニュースから * を選択"; <BR>$query=mysql_query($sql); <BR>while($rs=mysql_fetch_array($query)){ <BR>?> <BR><h2>标题:<a href="view.php?id=<?php echo $rs['id'] ?>"><?php echo $rs['title'] ? ></a> <a href="edit.php?id=<?php echo $rs['id'] ?>">编辑</a>||<a href="del.php?del= <?php echo $rs['id'] ?>">删除</a></h2> <br><li><?php echo $rs['dates'] ?></li> <br><p><?php echo $rs['contents'] ?></p> <br> <br><?php <BR>} <BR>?> <br>