php insert problem-$_post[]?

Da Dea

New member
So i have this code:

$ide= $_SESSION['id'];
$idp= $id;
$sub=$_post['message'];
mysql_query("INSERT INTO masaje VALUES ('', '$ide', '$idp', '$sub')")or die(mysql_error());

So i guess the problem is at the $_post, but i can;t get it.

The $ide and $idp are ok.
 
Back
Top