hi ,
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\Domains\eazygurus.com\wwwroot\courses.php on line 45
im getting this error please help me out from this. im attaching the php file and copying my database values........
Table structure for table `course`
--
CREATE TABLE `course` (
`id` int(50) NOT NULL auto_increment,
`course` varchar(50) NOT NULL,
`subcourse` varchar(50) NOT NULL,
`fee` int(50) NOT NULL,
`content` varchar(1000) NOT NULL,
`date` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=34 ;
--
-- Dumping data for table `course`
--
INSERT INTO `course` (`id`, `course`, `subcourse`, `fee`, `content`, `date`) VALUES
(24, 'java', 'dddddddddddsssssssss', 212121, '11111111111111111111111', '2008-08-29');