• 用户登录验证

    index.html<!DOCTYPE html> <html lang="en"> <head> <meta&nbs...

    230

  • 查询构造器中的CURD操作

    一、创建商品表的SQL命令-- Adminer 4.7.1 MySQL dumpSET NAMES utf8;SET time_zone = '+00:00';SET foreign_...

    220

  • 后台登录验证代码

    <?phpnamespace app\admin\controller;use think\App;use think\Controller;use think\facade\Session;c...

    179

  • 后期静态绑定十分灵活

    //重载技术//重载:动态的创建类属性和方法//属性重载//__set(),__get(),__isset(),__unset()//const IS_ISSET = true;//const IS_...

    194

  • 本章内容案例

    <?php     /*连接数据库*/     $db = @mysqli_connect(&...

    236

  • composer下载安装TP5.1步骤

    1、下载安装composer2、在WWW目录下执行composer create-project topthink/think tp513、cd tp51进入项目4、composer require ...

    292

  • layUI网站后台布局

    $url = 'http://news.cctv.com';$data = "";$ch = curl_init();curl_setopt($ch,CURLOPT...

    142

  • PDO连接数据库

    $dsn="mysql:host=localhost;dbname=php_edu;charset=utf8;";$root='root';$password=&#...

    212

  • PDO连接数据库

    $dsn="mysql:host=localhost;dbname=php_edu;charset=utf8;";$root='root';$password=&#...

    151

  • MySQL数据库小结和案例

        首先下载Navicat软件并安装,这是一个很实用的数据库管理工具。在这个工具中对数据库进行相关操作。这样可以在后台管理中存入数据到数据库中,前端写好框架...

    358

Release Notes

Popular this month