Work log records and work experience Records

Source: Internet
Author: User
Work log records and work experience Records
The company asked me to submit a report once a week, but I had frequent business trips. I did not remember what I did after a week. so I read a book learning php and studied it for a while, I made a little thing that has only functions and no interface. I call it Wanwei thinking-wwsw.
When you are in the car, you can use your phone to record it !!
This code is a code that is full of loopholes and does not take any security into account. Cainiao can take it as an example.
When I opened it on my mobile phone, I found garbled text in the pop-up window. I don't know how to solve it. I hope you can give me some advice. In fact, I still want to get a cache, but I can use it now. I don't want to do it first. if I want to cache it, I have to make a big change to my code. I don't have time to do this, because I am engaged in hardware automated code development, I have to do nothing to get started with this php code.
Lack of functions and poor interface. hope you can give me some advice!
Demo address: because the code security is not high, it is not recommended for beginners to study.

  1. -- PhpMyAdmin SQL Dump
  2. -- Version 3.3.7
  3. Http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation date: November 14, 2011
  7. -- Server version: 5.0.90
  8. -- PHP version: 5.2.14
  9. SET SQL _MODE = "NO_AUTO_VALUE_ON_ZERO ";
  10. /*! 40101 SET @ OLD_CHARACTER_SET_CLIENT = @ CHARACTER_SET_CLIENT */;
  11. /*! 40101 SET @ OLD_CHARACTER_SET_RESULTS = @ CHARACTER_SET_RESULTS */;
  12. /*! 40101 SET @ OLD_COLLATION_CONNECTION = @ COLLATION_CONNECTION */;
  13. /*! 40101 set names utf8 */;
  14. --
  15. -- Database: 'wwlog'
  16. --
  17. ----------------------------------------------------------
  18. --
  19. -- Table structure 'exlog'
  20. --
  21. Create table if not exists 'exlog '(
  22. 'Id' int (11) not null auto_increment,
  23. 'Ph 'varchar (1000) not null,
  24. 'Summary 'varchar (2000) not null,
  25. 'User' varchar (20) not null,
  26. Primary key ('id '),
  27. KEY 'id' ('id '),
  28. Fulltext key 'Ph '('ph '),
  29. Fulltext key 'summary '('summary ')
  30. ) ENGINE = MyISAM default charset = utf8 AUTO_INCREMENT = 1;
  31. --
  32. -- The data in the table is stored in 'exlog'
  33. --
  34. ----------------------------------------------------------
  35. --
  36. -- Table structure 'mylog'
  37. --
  38. Create table if not exists 'mylog '(
  39. 'Id' int (11) not null auto_increment,
  40. 'Date' varchar (10) not null,
  41. 'Week' varchar (6) not null,
  42. 'Log' varchar (500) not null,
  43. 'Sumlog' varchar (10000) not null,
  44. 'User' varchar (20) not null,
  45. Primary key ('id '),
  46. KEY 'user' ('user ')
  47. ) ENGINE = MyISAM default charset = utf8 ROW_FORMAT = DYNAMIC AUTO_INCREMENT = 1;
  48. --
  49. -- Store the data in the table 'mylog'
  50. --
  51. ----------------------------------------------------------
  52. --
  53. -- Table structure 'ow'
  54. --
  55. Create table if not exists 'Ow '(
  56. 'Id' int (11) not null auto_increment,
  57. 'Date' datetime not null,
  58. 'Oneword' varchar (500) not null,
  59. 'User' varchar (20) not null,
  60. Primary key ('id '),
  61. KEY 'user' ('user ')
  62. ) ENGINE = MyISAM default charset = utf8 AUTO_INCREMENT = 1;
  63. --
  64. -- Store the data in the table 'ow'
  65. --
  66. ----------------------------------------------------------
  67. --
  68. -- Table structure 'user'
  69. --
  70. Create table if not exists 'user '(
  71. 'Username' varchar (20) not null,
  72. 'Password' varchar (100) not null,
  73. 'Nickname' varchar (10) not null,
  74. 'Desc_id' varchar (100) not null,
  75. KEY 'username' ('Username '),
  76. KEY 'nickname' ('nickname ')
  77. ) ENGINE = MyISAM default charset = utf8;
  78. --
  79. -- Store the data in the table 'user'
  80. --

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.