⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.php

📁 使用PHP和MySql完成的简单图书馆信息管理系统
💻 PHP
字号:
<?php
//require_once("configuration.php");
//require_once("include/user_auth_fns.php");
//require_once("include/books_fns.php");
/*
$book = get_book_details(1);
//$book = get_categories();
foreach ($book as $detial)
echo $detial."<br>";
*/

$data1 = "2008-6-2";
$d1 = strtotime($data1);
$d2 = strtotime(date("Y-m-d"));

if ($d1 > $d2) echo  "姣斾粖澶╁ぇ";
else if ($d1 == $d2) echo  "鍜屼粖澶╃浉绛

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -