PHP Message Board code [classic Pagination Code] (1/4)

Source: Internet
Author: User

/*
SQL Database Tutorial Structure
--phpMyAdmin SQL Dump
--Version 2.11.6
--
--Host: localhost
--Date Created: November 08, 2009 08:22
--Server version: 5.0.51
--PHP version: 5.2.6

SET sql_mode= "No_auto_value_on_zero";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT =@ @CHARACTER_SET_CLIENT * *;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS =@ @CHARACTER_SET_RESULTS * *;
/*!40101 SET @OLD_COLLATION_CONNECTION =@ @COLLATION_CONNECTION * *;
/*!40101 SET NAMES UTF8;

--
--Database: ' myde520 '
--

-- --------------------------------------------------------

--
--The structure of the table ' News '
--

CREATE TABLE ' News ' (
' ID ' int (a) not NULL auto_increment,
' title ' varchar character Set GBK default NULL,
' Content ' text character set GBK,
' Date ' date default NULL,
PRIMARY KEY (' id ')
) Engine=innodb DEFAULT charset=gb2312 auto_increment=9;

--
--Export the data in the table ' News '
--

INSERT into ' news ' (' id ', ' title ', ' content ', ' date ') VALUES
(1, ' See blog post ', ' See blog URL http://www.111cn.net ', ' 2009-11-08 '),
(2, ' treasure-seekers ' website is published ', ' The website of treasure-seekers is http://www.111cn.net, hope everybody often come to see ', ' 2009-11-08 '),
(3, ' Xiao Xian home site announced ', ' Xiao Xian home http://www.111cn.net ', ' 2009-11-08 '),
(4, ' Guilin Specialty website announces ', ' Guilin specialty website Htttp://www.111cn.net ', ' 2009-11-08 '),
(5, ' Yangshuo Fairyland Hotel website announced ', ' Yangshuo Wonderland Hotel URL http://www.111cn.net ', ' 2009-11-08 '),
(6, ' Health Church website published ', ' Health Church web site Http://www.111cn.net ', ' 2009-11-08 '),
(7, ' treasure-seekers online 25 days ', ' treasure-seekers online 25 days, Baidu and Google have included 1000! http://www.111cn.net ', ' 2009-11-08 ');

*/
HTML code

?>

Home 1 2 3 4 last page
Related Article

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.