數(shù)據(jù)庫新增、更新、刪除<?php $pdo = new PDO('mysql:host=127.0.0.1;dbname=php_edu;charset=...
366
使用參數(shù)綁定、列綁定格式化輸出數(shù)據(jù)導(dǎo)表格<?php //try { // $pdo = new PDO(&...
282
文件上傳,文件上傳,<?phprequire 'container.php';class Facade{public function demo3(){return $this-...
246
登陸驗證案例,登陸驗證案例,登陸驗證案例,登陸驗證案例<?phprequire 'container.php';class Facade{public static functi...
200
<?phpnamespace app\admin\model;use think\Model;use think\model\concern\SoftDelete;/* * 軟刪除步驟: * 1...
194
<?phpnamespace app\admin\model;use think\Model;use think\model\concern\SoftDelete;/* * 軟刪除步驟: * 1...
278
<!DOCTYPE html> <html lang="en"> <head> &nbs...
255
<!DOCTYPE html> <html lang="en"> <head> &nbs...
293
這是一個 **課程表** ===== ------------------ | 課程表 | 周一 | 周二 | 周三&n...
328
public function index(){ //查詢輪播圖 $slide = new SlideModel(); $...
346
<!doctype html><html><head> <meta charset="UTF-8"> &n...
234
我就安安靜靜的學(xué)習(xí),練習(xí)項目我就安安靜靜的學(xué)習(xí),練習(xí)項目我就安安靜靜的學(xué)習(xí),練習(xí)項目我就安安靜靜的學(xué)習(xí),練習(xí)項目我就安安靜靜的學(xué)習(xí),練習(xí)項目我就安安靜靜的學(xué)習(xí),練習(xí)項目我就安安靜靜的學(xué)習(xí),練習(xí)項目我就...
169
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <...
342
一、基本思路:1.寫好基本樣式后,通過id或標(biāo)簽名獲取到數(shù)字、文本框及按鈕2.聲明一個變量n,通過length方法獲取到當(dāng)前文本框字數(shù),n=總字數(shù)-文本框字數(shù)3.用n的值進行判斷,若n>0,文本...
425
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <...
658