PHP Classes

File: table_export.sql

Recommend this page to a friend!
  Classes of Ettore Moretti   PHP User Step Logs   table_export.sql   Download  
File: table_export.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP User Step Logs
Record the pages a user accesses in a database
Author: By
Last change:
Date: 8 years ago
Size: 1,131 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Apr 30, 2015 alle 15:45 -- Versione del server: 5.6.17 -- PHP Version: 5.5.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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: `usersteplogs` -- -- -------------------------------------------------------- -- -- Struttura della tabella `userstep_table` -- CREATE TABLE IF NOT EXISTS `userstep_table` ( `user` varchar(100) NOT NULL, `page` varchar(100) NOT NULL, `previous_page` varchar(100) NOT NULL, `url_query_string` varchar(2083) NOT NULL, `post_param` int(11) NOT NULL, `date_time` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;