Seite 1 von 1

mehrere sites in einer datei

Verfasst: 03.02.2004 20:10
von ravenclaw472
hi,
also ich will sowas wie ne umfrage machen
z.b.
(index.php)
<form action="kA">
<input type="text" name="text1">
<input type="submit">
</form>

und nachdem der user das abgeschickt hat soll er zu index.php?step=2 oder sowas wechseln.. war bei der phpBB installation so, glaube ich....
ich hoffe, ihr könnt mir helfen, danke im voraus...

Verfasst: 08.02.2004 00:05
von PhilippK
Suchst du

Code: Alles auswählen

<form action="index.php?step=2" methode="post">
?

Gruß, Philipp

Verfasst: 08.02.2004 16:13
von Pyramide
oder

Code: Alles auswählen

<input type="hidden" name="step" value="2">