Create DATA
upload ZIP attachments, and contact told kim get security codes, the code was automatically load the user's information session to facilitate the use, in addition .v..v ... Please Read code
PHP:
PHP:
-- phpMyAdmin SQL Dump
-- version 3.5.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
--
-- --------------------------------------------------------
--
-- Table structure for table `baokim`
--
CREATE TABLE IF NOT EXISTS `baokim` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`price` int(11) NOT NULL,
`mess` text NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=439 ;