Skip to content

kuromikan/php_mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php連線mysql基本語法

檔名 說明
mysql.inc.php php跟mysql連線方法
select_tbl.php 列出資料表所有內容
columns.php 列出欄位名稱
where.php 使用where條件式
group.php 群組後做平均、最大、最小、計數
order.php 排序、反排序
xls.php 將查詢結果輸出成xls
join.php 三種合併查詢方法
insert.php 執行insert into
update.php 執行update
delete.php 執行delete
pivot.php 將值轉換成欄位

關聯

1 2 3
index.html mysql.inc.php
select_tbl.php
columns.php
where.php
group.php
order.php
xls.html xls.php
join.php
insert.html insert.php
update.html update.php
delete.html delete.php
pivot.php

About

php連線mysql語法基本應用

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors