From 3e7dc3f820b254762f3035aa7389895fb4cfcbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=94=A6=E5=86=9B?= <1929707670@qq.com> Date: Thu, 2 Jun 2022 13:45:25 +0000 Subject: [PATCH] =?UTF-8?q?=E7=8E=8B=E9=94=A6=E5=86=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../php-cookie-session.md" | 125 ++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 "\347\216\213\351\224\246\345\206\233/php-cookie-session.md" diff --git "a/\347\216\213\351\224\246\345\206\233/php-cookie-session.md" "b/\347\216\213\351\224\246\345\206\233/php-cookie-session.md" new file mode 100644 index 0000000..7922865 --- /dev/null +++ "b/\347\216\213\351\224\246\345\206\233/php-cookie-session.md" @@ -0,0 +1,125 @@ +# 你也是WXL男孩吗:kissing_heart: + + + +# Homework + +```php +查看余额 "; +} +else{ + + + + +?> + + + + + + login + + + +
+ + 用户名:
+ 密码:
+ + + +
+ + + + + +``` + + + + + +```php +登录"; + + + exit(); +} + + echo "欢迎回来,您上次登录时间为:".date("Y-m-d H:i:s",$_COOKIE['time']); + echo "您的余额为0.000001"."退出登录"; + + + +``` + + + +```php +