what kind of data do i have to open for:
STEP 1
run this query in your php-my-admin:
I dont know where i have to input this:
CREATE TABLE IF NOT EXISTS `4images_notifications` (
`id` int(12) unsigned NOT NULL AUTO_INCREMENT,
`from_id` int(10) unsigned NOT NULL DEFAULT '0',
`to_id` int(10) unsigned NOT NULL DEFAULT '0',
`from_username` varchar(255) NOT NULL,
`to_username` varchar(255) NOT NULL,
`what_pic` varchar(255) NOT NULL,
`text1` varchar(255) NOT NULL,
`text2` varchar(255) NOT NULL,
`text3` varchar(255) NOT NULL,
`content` text NOT NULL,
`content_link` varchar(255) NOT NULL,
`date` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `from_id` (`from_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=0 ;
could someone help me plz