Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Cesar D. Rodas | > | PHP Ajax | > | examples/example3.sql | > | Download | ||
|
Download |
CREATE TABLE `chat` ( `postid` int(11) NOT NULL auto_increment, `userid` varchar(32) NOT NULL, `postip` varchar(20) NOT NULL, `postcontent` varchar(250) NOT NULL, PRIMARY KEY (`postid`) ) ENGINE=MEMORY ; |