binary.php
来自「很棒的在线教学系统」· PHP 代码 · 共 22 行
PHP
22 行
<?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 + =
减小字号Ctrl + -
显示快捷键?