PHP development and production of a simple Calendar PHP Tutorial

Source: Internet
Author: User
PHP development and production of a simple Calendar calendar Calendar. PHP development and production of a simple activity Calendar calendar Calendar, calendar Calendar calendar materials take deep into PHP and JQuery development, this book is actually about an activity Calendar. This article is suitable for PHP development to create a simple Calendar calendar Calendar, calendar Calendar calendar

This book is actually an activity calendar.

This article is suitable for transferring from other languages (such as java, C ++, python, etc.) to php, without the system to learn php, or php beginners, who have a deep understanding of the program

The above is the file directory structure, and the public is the root directory of the program. The purpose is to put the core program in a place inaccessible to the outside world for security considerations.

The local demo address is http: // localhost/index. php.

The first is the database script:

/*Navicat MySQL Data Transfer Source Server : localhost_3306Source Server Version : 50130Source Host : 127.0.0.1:3306Source Database : php-jquery_example Target Server Type : MYSQLTarget Server Version : 50130File Encoding : 65001 Date: 2016-06-19 16:54:29*/CREATE DATABASE IF NOT EXISTS `php-jquery_example` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;SPAN style="color: rgb(0, 128, 0);"> SPAN style="color: rgb(0, 128, 0);"> SPAN style="color: rgb(0, 128, 0);">SET FOREIGN_KEY_CHECKS=0; -- ------------------------------ Table structure for events-- ----------------------------DROP TABLE IF EXISTS `events`;SPAN style="color: rgb(0, 128, 0);">CREATE TABLE `events` ( `event_id` int(11) NOT NULL AUTO_INCREMENT, `event_title` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL, `event_desc` text COLLATE utf8_unicode_ci, `event_start` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `event_end` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`event_id`), KEY `event_start` (`event_start`)) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;SPAN style="color: rgb(0, 128, 0);">SPAN style="color: rgb(0, 128, 0);">-- ------------------------------ Records of events-- ----------------------------INSERT INTO `events` VALUES ('1', 'New Year&;#039;s Day', 'Happy New Year!', '2010-01-01 00:00:00', '2010-01-01 23:59:59');INSERT INTO `events` VALUES ('2', 'Last Day of January', 'Last day of the month!Yay!', '2010-01-31 00:00:00', '2010-01-31 23:59:59');

PHP development to create a simple activity Calendar article 2, please click.

The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.

The history material is used in PHP and JQuery development. This book is actually an activity calendar. This article is suitable...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.