phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?Anf=E4ngerfrage?=

[php] Anfängerfrage

FM php_(at)_phpcenter.de
Fri, 5 Jul 2002 18:36:40 +0200


Vielen Dank!
Schönes Wochenende allen.

Frank

RE>  hatte gerade nix besseres zu tun :) :
RE>
RE>  ================= conf.php ====================
RE>  <?php
RE>
RE>  $name="Hans Müller";
RE>
RE>  ?>
RE>  ================= formular.php ====================
RE>  <?php
RE>
RE>  include("conf.php");
RE>
RE>
RE>  ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd">
RE>  <html>
RE>  <head>
RE>  <title>Text des Titels</title>
RE>  </head>
RE>  <body>
RE>
RE>  <h1>Formular f&uuml;r Namenseingabe</h1>
RE>
RE>  <form action="write.php">
RE>  <p>Name:<br>
RE>  <input name="name" type="text" size="30" maxlength="30" value="<?php echo $name; ?>">
RE>  </p>
RE>  <input type="submit" value=" Absenden ">
RE>  </form>
RE>
RE>  </body>
RE>  </html>
RE>  ================= write.php ====================
RE>  <html><body><?php
RE>
RE>  echo "Name: $name<br>";
RE>
RE>  $outstr = "<?php\n\n\$name=\"$name\";\n\n?>";
RE>
RE>  $fp = fopen("conf.php", "w");
RE>  if ($fp) {
RE>  	fwrite($fp,$outstr,strlen($outstr));
RE>  	fclose($fp);
RE>  	}
RE>
RE>
RE>
RE>  ?></body></html>
RE>  ================================================
RE>
RE>  conf.php und das Verzeichnis selbst sollte vom Apachen beschreibbar sein.
RE>  Wie Du dann Passwortabfrage für viele User rein bekommst, machen wir dann
RE>  nächste Woche ;)
RE>
RE>  Gruß, Reinhold


php::bar PHP Wiki   -   Listenarchive