(This post was last modified: 10.09.2010, 14:41 by powachill4.)
10.09.2010, 14:41
So der PHP Profi kommt
Bei mir klappts so wunderbar und fertig =P
PHP Code:
$sql = "INSERT INTO messages (from_user_id, to_user_id, from_user, to_user, betreff, nachricht, read, date) VALUES ('".$this->from_user_id."', '".$this->to_user_id."', '".$this->from_user."', '".$this->to_user."', '".$this->betreff."', '".$this->nachricht."', '0', '".$this->time."')";
Bei mir klappts so wunderbar und fertig =P