The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
INSERT variabile
#6
Ups sory, here is my DB

-- ----------------------------
-- Table structure for
Code:
task
-- ----------------------------
DROP TABLE IF EXISTS
Code:
task
;
CREATE TABLE
Code:
task
(
Code:
id
int(11) NOT NULL AUTO_INCREMENT,
Code:
cine_post_task
varchar(255) DEFAULT NULL,
Code:
task_utilizator_ok
varchar(255) DEFAULT NULL,
Code:
utilizator
varchar(250) DEFAULT NULL,
Code:
titlu
varchar(100) DEFAULT NULL,
Code:
color
varchar(20) DEFAULT NULL,
Code:
descriere
varchar(500) DEFAULT NULL,
Code:
data_start
varchar(20) DEFAULT NULL,
Code:
data_end
varchar(20) DEFAULT NULL,
Code:
post_data
varchar(20) DEFAULT NULL,
Code:
post_time
varchar(15) DEFAULT NULL,
Code:
mdf_data
timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
Code:
mdf_username
varchar(250) DEFAULT NULL,
PRIMARY KEY (
Code:
id
)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of task
-- ----------------------------
INSERT INTO
Code:
task
VALUES ('1', null, 'Razvan', 'Razvan', 'test1', '#000000', 'sdfsdfhsdfhsdfh', '27/11/2016', '10/12/2016', null, null, '2016-11-27 21:04:21', null);
INSERT INTO
Code:
task
VALUES ('2', null, null, 'Razvan', 'test2', '#ffb878', 'dfsgdfhgsdf', '27/11/2016', '10/12/2016', null, null, '2016-11-27 21:00:48', null);
INSERT INTO
Code:
task
VALUES ('3', null, null, 'Laura Razvan', 'test3', '#ffb878', 'dfghsdfh', '27/11/2016', '10/12/2016', null, null, '2016-11-27 21:00:39', null);


do you have any other ideas about what should I do?
  Reply


Messages In This Thread
INSERT variabile - by picassoo - 11-27-2016, 07:08 PM
INSERT variabile - by mudmin - 11-27-2016, 08:06 PM
INSERT variabile - by picassoo - 11-29-2016, 08:56 PM
INSERT variabile - by picassoo - 11-29-2016, 08:58 PM
INSERT variabile - by mudmin - 11-30-2016, 01:58 AM
INSERT variabile - by picassoo - 11-30-2016, 10:13 AM
INSERT variabile - by picassoo - 11-30-2016, 12:07 PM
INSERT variabile - by mudmin - 12-01-2016, 01:07 AM
INSERT variabile - by picassoo - 12-01-2016, 09:04 PM
INSERT variabile - by mudmin - 12-01-2016, 09:10 PM
INSERT variabile - by picassoo - 12-02-2016, 04:55 PM
INSERT variabile - by dan - 12-02-2016, 05:05 PM
INSERT variabile - by picassoo - 12-02-2016, 05:32 PM
INSERT variabile - by dan - 12-02-2016, 05:34 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)