PHP开发制作一个简单的活动日程表Calendar
材料取之深入PHP与JQuery开发,这本书实际上就是讲述一个活动日程表。 此文章适合从其它语言(如java,C++,python等)转到php,没有系统学习php,或者是php初学者,已经对程序有较深理解的朋友 以上为文件目录结构,public为程序根目录,目的是为了安全方面的考虑,把核心程序放在外界访问不到的地方。 本地的演示地址为:
首先是数据库的脚本: Source Server : localhost_3306 Source Server Version : 50130 Source Host : 127.0.0.1:3306 Source Database : php-jquery_example Target Server Type : MYSQL Target Server Version : 50130 File Encoding : 65001 Date: 2016-06-19 16:54:29 */ CREATE DATABASE <SPAN style="color: rgb(0,255);">IF NOT EXISTS <SPAN style="color: rgb(0,255);">DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci<SPAN style="color: rgb(0,128,0);">; SPAN style="color: rgb(0,0);"> SPAN style="color: rgb(0,0);">SET FOREIGN_KEY_CHECKS=0; -- Table structure <SPAN style="color: rgb(0,255);">for events DROP TABLE <SPAN style="color: rgb(0,255);">IF EXISTS ) ENGINE=MyISAM AUTO_INCREMENT=3 <SPAN style="color: rgb(0,255);">DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci<SPAN style="color: rgb(0,0);"> SPAN style="color: rgb(0,0);">-- ---------------------------- -- Records of events INSERT INTO INSERT INTO
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |