Hi,
$mtext = mysql_real_escape_string($_POST['nachricht']);
mysql_query ("INSERT INTO
table_1
SETtext
= 'substr($mtext,0,180)'");
?>
Mach dir bitte klar, das auch das Unfug ist, bzw. nicht das, was du willst.
Lass dir den String, den du da zusammenbastelst, mal per echo zur Kontrolle ausgeben.
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.