随笔分类 -  PHP+MYSQL

摘要:MySQL中的mysqli模糊查询 <?php$content='3';$mysqli = new MYSQLI( 'localhost', 'root', '12345678', 'ceshi', 3306 ); //实例化mysqli$query="select * from dunling_c 阅读全文
posted @ 2019-09-18 10:34 2538 阅读(607) 评论(0) 推荐(0)
摘要:<?php /////php操作pdo实现查询 header( "Content-type: text/html; charset=utf-8" );$dbms = 'mysql';$user = 'root';$pwd = '12345678';$dbName = 'ceshi';$host = 阅读全文
posted @ 2019-09-04 14:22 2538 阅读(5311) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>分页</title> <?php //分页的函数function news($pageNum = 1, $pageSize = 3){ $array = array 阅读全文
posted @ 2019-07-05 14:31 2538 阅读(309) 评论(0) 推荐(0)