if have checked this query several times but it aint passing the data to database..in other way every thing seems fine in this query kindly please sort out ths problem.
$qry="Insert into `postjob` (jobtitle,positions,category)
VALUES('".$_POST['title']."','".$_POST['position']."','".$_POST['cate']."')";
printf mysql_query($qry) or die(mysql_error());