PHP קוד:
--
-- Table structure for table `ibf_awards`
--
CREATE TABLE `ibf_awards` (
`id` int(11) NOT NULL auto_increment,
`mid` text NOT NULL,
`name` varchar(150) NOT NULL default '',
`image` varchar(150) NOT NULL default '',
`givenby` varchar(150) NOT NULL default '',
`description` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;
--
-- Dumping data for table `ibf_awards`
--
INSERT INTO `ibf_awards` VALUES (1, '2', 'זכה בפרס בדיקת המודים', 'qqb006.gif', 'הנהלה', 'פרס יוקרתי');
ועכשיו כשאני עושה Browse זה מראה כל מני #5354g;
וכו'.. בבקשה עזרה.. תודה מראש
