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

📄 binary.php

📁 很棒的在线教学系统
💻 PHP
字号:
<?php # if you cannot manage to include() the core "ewiki.php" library # before any plain <HTML> output is made inside "yoursite.php", you # could use such a lib wrapper beside yoursites/index.php # it is also useful, if you want to keep binary data in a separate # database, say a db_flat_files one - because you can then set this up # herein without any affect to yoursites/ewiki.php # remember to define() inside ewiki.php or yoursite.php: define("EWIKI_SCRIPT_BINARY", "binary.php?binary="); #-- that's all: mysql_connect("localhost", "DBUSER", "DBPASSWORD"); mysql_query("use DATABASENAME"); include("ewiki.php");?>

⌨️ 快捷键说明

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