"Blank Code / Incorrect code", 2 => "Output error", 3 => "Execution error", 4 => "Missing example(s)", 6 => "Blank output", 7 => "Any other" ); if(isset($_POST['type']) && isset($_POST['comment'])){ $query = "insert into scilab_cloud_comment (type, comment, email,category,books,chapter,example) values(".$_POST['type'].", '".$_POST['comment']."', '".$_POST['email']."', '".$_POST['category']."', '".$_POST['books']."', '".$_POST['chapter']."', '".$_POST['example']."')"; if(mysql_query($query)){ echo "
Thank you for your valuable feedback.
"; $to = "scilab-cloud@fossee.in"; $subject = "New Cloud Comment"; $message = " A new comment has been posted.Sorry for the inconvience, please try again
"; } }else{ ?>