02-03-2017, 02:49 PM
thanks for your message
i had already integrated some code (RAW)
maybe some will help me out make the basic working
i know the coding is not the best but i wil optimize if working
http://pastebin.com/4HPm7fTx
http://pastebin.com/DAmJ8jsq
CREATE TABLE IF NOT EXISTS (
int(11) NOT NULL AUTO_INCREMENT,
varchar(255) DEFAULT NULL,
text NOT NULL,
int(11) NOT NULL,
int(11) NOT NULL,
tinyint(1) NOT NULL DEFAULT '0',
tinyint(1) NOT NULL DEFAULT '0',
tinyint(1) NOT NULL DEFAULT '0',
tinyint(1) NOT NULL DEFAULT '0',
datetime DEFAULT NULL,
datetime DEFAULT NULL,
datetime DEFAULT NULL,
datetime DEFAULT NULL,
datetime NOT NULL,
PRIMARY KEY ()
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
i had already integrated some code (RAW)
maybe some will help me out make the basic working
i know the coding is not the best but i wil optimize if working
http://pastebin.com/4HPm7fTx
http://pastebin.com/DAmJ8jsq
CREATE TABLE IF NOT EXISTS
Code:
messagesCode:
idCode:
titleCode:
messageCode:
fromCode:
toCode:
from_viewedCode:
to_viewedCode:
from_deletedCode:
to_deletedCode:
from_vdateCode:
to_vdateCode:
from_ddateCode:
to_ddateCode:
createdPRIMARY KEY (
Code:
id) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
