Hi,
So gehts ja nich:
<?php
echo "$titel<br>\n$inhalt";
?>
Aber so:
Zum einen der Zusatz in <form action="news.php" method="post">
Und dann in der news.php
<?php
echo $_POST['title']." - ".$_POST['inhalt'];
?>
Gruß spider
Hi,
So gehts ja nich:
<?php
echo "$titel<br>\n$inhalt";
?>
Aber so:
Zum einen der Zusatz in <form action="news.php" method="post">
Und dann in der news.php
<?php
echo $_POST['title']." - ".$_POST['inhalt'];
?>
Gruß spider