- Feb 19 Sat 2022 15:48
[ SQL Server ] 「重新自訂編號」與「取得最新一筆」的方法
- Jul 19 Mon 2021 02:01
[ CSS ] 項目符號及編號樣式 - HTML的li與ul、ol
一、HTML
li:清單項目
- Jun 12 Sat 2021 02:00
[ PHP ] 包含字串 - strpos、explode、stristr、strstr
一、用 strpos 判斷某字串(www.yahoo.com)中是否包含此字串(www)的方法
if(strpos('www.yahoo.com','www') != false){
- Dec 26 Sat 2020 02:43
[ CSS ] child與of-type指定位置
- Nov 17 Tue 2020 00:12
[ PHP ] header 標頭用法
- Nov 17 Tue 2020 00:00
[ jQuery ]load 加載用法
- Nov 02 Mon 2020 01:14
[ MySQL ] LIMIT 取出、LIKE 查詢、ORDER BY 排序、GROUP BY 群組
一、LIMIT 取出
取出幾筆資料
- Oct 29 Thu 2020 17:24
[ jQuery ] 字串轉JSON物件、JSON物件轉字串、分解JSON等方法
JSON物件:var objArray=[{"t1_id":"1","t1_name":"001","t1_text":"001","t1_fulltext":"001"}];
字串:var data='[{"t1_id":"1","t1_name":"001","t1_text":"001","t1_fulltext":"001"}]';
- Oct 29 Thu 2020 16:29
[ jQuery ] Ajax送出到PHP使用POST與GET用法
- Oct 29 Thu 2020 14:52
[PHP7 與 PHP5] mysqli_fetch_assoc與mysql_fetch_assoc 顯示資料庫的資料內容的方法
一、PHP7 與 PHP5的差別在於
mysqli_fetch_assoc 用於 PHP7