danke erstma,
hier mal ein paar ausschnitte aus meiner php-Datei (install.php):
<html>
<body>
<form action="install.php" method="post">
<input type="text" name="db-host" value="localhost" size="30">
<input type="submit" name="senden" value="Speichern">
</form>
<?php
echo $_post['db-host'];
?>
</body>
</html>
leider tut sich nichts, wenn ich auf den Button drücke.
- jemand ne idee?