您现在的位置是:Instagram刷粉絲, Ins買粉絲自助下單平台, Ins買贊網站可微信支付寶付款 > 

05 搭建訂閱轉換網站源碼php(基于java jsp asp php vb安卓系統畢業設計與實現論文源碼下載?)

Instagram刷粉絲, Ins買粉絲自助下單平台, Ins買贊網站可微信支付寶付款2024-05-16 10:28:22【】2人已围观

简介買粉絲nfirm('確認刪除?')){window.location='action.php?action=del&id='+id;}}</script>&

買粉絲nfirm('確認刪除?')) {

window.location='action.php?action=del&id='+id;

}

}

</script>

</head>

<body>

<center>

<?php

include ("menu.php");

?>

<h3>瀏覽學生信息</h3>

<table width="500" border="1">

<tr>

<th>ID</th>

<th>姓名</th>

<th>性別</th>

<th>年齡</th>

<th>班級</th>

<th>操作</th>

</tr>

<?php

// 1. 鏈接數據庫

try{

$pdo = new PDO("uri:mysqlPdo.ini","root","1");

}catch (PDOException $e) {

die('買粉絲nnection failed'.$e->getMessage());

}

//2.執行sql

$sql_select = "select * from stu";

//3.data 解析

foreach ( $pdo->query($sql_select) as $row) {

echo "<tr>";

echo "<th>{ $row['id']} </th>";

echo "<th>{ $row['name']}</th>";

echo "<th>{ $row['sex']} </th>";

echo "<th>{ $row['age']} </th>";

echo "<th>{ $row['classid']}</th>";

echo "<td>

<a href='edit.php?id={ $row['id']}'>修改</a>

<a href='javascript:void(0);' onclick='doDel({ $row['id']})'>刪除</a>

</td>";

echo "</tr>";

}

?>

</table>

</center>

</body>

</買粉絲>

2. add.php

<!DOCTYPE 買粉絲>

<買粉絲 lang="en">

<head>

<meta charset="UTF-8">

<title>學生管理系統</title>

</head>

<body>

<center>

<?php include ('menu.php'); ?>

<h3>增加學生信息</h3>

<form action="action.php?action=add" method="post">

<table>

<tr>

<td>姓名</td>

<td><input type="text" name="name"></td>

</tr>

<tr>

<td>年齡</td>

<td><input type="text" name="age"></td>

</tr>

<tr>

<td>性別</td>

<td><input type="radio" name="sex" value="男">男</td>

<td><input type="radio" name="sex" value="女">女</td>

</tr>

<tr>

<td>班級</td>

<td><input type="text" name="classid"></td>

</tr>

<tr>

<!-- <td> </td>-->

<td><a href="index.php">返回</td>

<td><input type="submit" value="添加"></td>

<td><input type="reset" value="重置"></td>

</tr>

</table>

</form>

</center>

</body>

</買粉絲>

3. action.php

<?php

/

**

* Created by PhpStorm.

* User: hyh

* Date: 16-7-7

* Time: 下午9:37

*/

//1. 鏈接數據庫

try{

$pdo = new PDO("uri:mysqlPdo.ini","root","1");

}catch (PDOException $e) {

// echo 'Connection failed: ' . $e->getMessage();

die('買粉絲nnection failed'.$e->getMessage());

}

//2.action 的值做對操作

switch ($_GET['action']){

case 'add'://add

$name = $_POST['name'];

$sex = $_POST['sex'];

$age = $_POST['age'];

$classid = $_POST['classid'];

$sql = "insert into stu (name, sex, age, classid) values ('{ $name}', '{ $sex}','{ $age}','{ $classid}')";

$rw = $pdo->exec($sql);

if ($rw > 0){

echo "<script>alter('添加成功');</script>";

}else{

echo "<script>alter('添加失敗');</script>";

}

header('Location: index.php');

break;

case 'del'://get

$id = $_G

很赞哦!(63)

Instagram刷粉絲, Ins買粉絲自助下單平台, Ins買贊網站可微信支付寶付款的名片

职业:程序员,设计师

现居:浙江湖州安吉县

工作室:小组

Email:[email protected]