4 lines
109 B
MySQL
4 lines
109 B
MySQL
|
INSERT INTO `entry`
|
||
|
(`created`, `name`, `message`, `website`, `hide_website`)
|
||
|
VALUES
|
||
|
(?, ?, ?, ?, ?);
|