Now after we do that we start with the block function with if the user submit the filed with nothing inputed it send back a error messgaes that in the echo""; tag
if($comment ==""{
echo"plz input a comment";
}
else{
after we do that if the user input something in the filed it insert the info in to a database
include("database.php"
mysql_query("insert into status(id,username,comment)VALUES('$id','$username','$comment'"
;
?>
now we start with the method tag to be able to send the data in the input firled