首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 没有任何数据库,快速设置一个小小的告示板

没有任何数据库,快速设置一个小小的告示板

资 源 简 介

"tiny-notice-board"(TNS) is an open source PHP code package. Without any database,it can help you set up a tiny notice board very quickly. Demo:admin page | list page Contact the author How-to : 1.Download the source code,and put them into your web directory. 2.Visit "TNS_admin.php" to manage your notices(add or delete). 3.Put the code below anywhere where you want to show the notices. $yourTNSName = "sampleTNS"; // Don"t change it. Or you must change the name in file "TNS_admin.php" together. require_once("tnsSystem.class.php");//core class $myTNS = new tnsSystem($yourTNSName);//initial the tns $tnsContent = $myTNS->tns_content;//get all

文 件 列 表

demo
TNS_admin.php
tnsinfo.php
tnsSystem.class.php
TNS_admin.php
tnsSystem.class.php
VIP VIP
0.187860s