From 1ae09596a817282056d4b24a58904ef357a5021f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B1=A4=E4=BA=A6=E5=87=A1?= <1044020597@qq.com>
Date: Tue, 7 Jun 2022 09:01:16 +0000
Subject: [PATCH 1/7] =?UTF-8?q?update=20=E6=B1=A4=E4=BA=A6=E5=87=A1/202206?=
=?UTF-8?q?05-PHP=E7=89=B5=E6=89=8B=E7=BD=91.md.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../20220605-PHP\347\211\265\346\211\213\347\275\221.md" | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git "a/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md" "b/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md"
index 78f85ae..4f5928f 100644
--- "a/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md"
+++ "b/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md"
@@ -11,9 +11,8 @@ height DECIMAL(5,2),
hobby VARCHAR(50),
phone VARCHAR(50),
address VARCHAR(200),
-aboutname VARCHAR(500),
photo binary,
-aboutime varchar(500)
+aboutme varchar(500)
);
```
@@ -55,7 +54,6 @@ $result = mysqli_query($conn,$sql);
用户名 |
- 密码 |
性别 |
身高 |
爱好 |
--
Gitee
From 15da22a0dc8f3711fe0dd49e311d01cb574392bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B1=A4=E4=BA=A6=E5=87=A1?= <1044020597@qq.com>
Date: Tue, 7 Jun 2022 23:58:42 +0000
Subject: [PATCH 2/7] =?UTF-8?q?update=20=E6=B1=A4=E4=BA=A6=E5=87=A1/202206?=
=?UTF-8?q?05-PHP=E7=89=B5=E6=89=8B=E7=BD=91.md.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../20220605-PHP\347\211\265\346\211\213\347\275\221.md" | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git "a/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md" "b/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md"
index 4f5928f..a76b27d 100644
--- "a/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md"
+++ "b/\346\261\244\344\272\246\345\207\241/20220605-PHP\347\211\265\346\211\213\347\275\221.md"
@@ -79,7 +79,7 @@ $result = mysqli_query($conn,$sql);
|
|
|
- |
+ |
Date: Wed, 8 Jun 2022 03:39:22 +0000
Subject: [PATCH 3/7] a
---
...41\345\244\247\344\275\234\344\270\232.md" | 96 +++++++++++++++++++
1 file changed, 96 insertions(+)
create mode 100644 "\346\261\244\344\272\246\345\207\241/20220608-PHP\345\212\250\346\200\201\347\275\221\347\253\231\345\274\200\345\217\221\347\254\254\344\270\200\346\254\241\345\244\247\344\275\234\344\270\232.md"
diff --git "a/\346\261\244\344\272\246\345\207\241/20220608-PHP\345\212\250\346\200\201\347\275\221\347\253\231\345\274\200\345\217\221\347\254\254\344\270\200\346\254\241\345\244\247\344\275\234\344\270\232.md" "b/\346\261\244\344\272\246\345\207\241/20220608-PHP\345\212\250\346\200\201\347\275\221\347\253\231\345\274\200\345\217\221\347\254\254\344\270\200\346\254\241\345\244\247\344\275\234\344\270\232.md"
new file mode 100644
index 0000000..3061df0
--- /dev/null
+++ "b/\346\261\244\344\272\246\345\207\241/20220608-PHP\345\212\250\346\200\201\347\275\221\347\253\231\345\274\200\345\217\221\347\254\254\344\270\200\346\254\241\345\244\247\344\275\234\344\270\232.md"
@@ -0,0 +1,96 @@
+ # PHP̬վһδҵ
+һѡ⣨8֣
+1phpȷǣD
+A.var a = 5;
+B.int b = 6;
+C.var $a = 12;
+D.$a = 10;
+2ԴѭִеĴǣA
+```php
+
+A.0
+B.1
+C.2
+D.3
+3ʱֵ֮ķָǣB
+A.->
+B.=>
+C.:
+D.#
+4˵ȷǣD
+A. ±Ϊ֣Ҵӡ0ʼ
+B. ±
+C. еԪͱһ
+D. ±ַ
+⣨12֣
+1:PHPбЩ?
+(1).boolean:
+(2).stringַ
+(3).int
+(4).float
+2:Щ
+1.䣺ifelseelse ifswitch
+2.ѭ䣺foreachwhiledo whilefor
+3.תƿ䣺breakcontinuereturn
+⣨50֣
+ 1洢Լ䣬Ա𣬿Գɼ10֣
+```php
+
+
+
+
+
+ ";
+ for ($j=1;$j<=$i;$j++){
+ echo "{$j}*{$i}=".($j*$i)." | ";
+ }
+ echo "";
+}
+?>
+ |
+
+