CREATE TABLE `cron` (
table prefix?
The table prefix I use is "vb_"
thus I use
CREATE TABLE `vb_cron` (
*shrug*
INSERT INTO cron
(field1,field2,field3,...)
VALUES
(-1, 10, 0, 'a:1:{i:0;i:0;}', './includes/cron/cronautodelete.php', 1, 'Auto Delete/Move Thread After X days')
see
http://dev.mysql.com/doc/refman/5.0/en/insert.html for the proper syntax for the INSERT statement.