...$query .="VALUES($cat,'$title','$desc',NOW(),'$body');";
//send to the database
$result = @mysql_query($query);
/*******************************************************************/
//suspected line of php error line 57
$row = mysql_fetch_array($result,MYSQL_NUM); //return...