use an HTML form. Adam
On Mon, 26 Aug 2002, Gerd Ulrich wrote: > Hello, I want to build a questionaire where the user is guided through five > pages of questions. How can I program PHP that the user gets to the second > page after pushing the "Submit"-Button? > My solution printed here doesn't work. > Any hints are greatly apreciated! > > S. Maier > > <?php > if ($submit) { > // process form > require ('.htmypasswd'); > $verbnr = mysql_connect ($dbhost,$dbuser,$dbpasswd); > $db = mysql_connect($dbhost,$dbuser,$dbpasswd); > mysql_select_db("pretest",$db); > $sql = "INSERT INTO frage3 (a1,a2,a3,be_fe01,be_fe02) VALUES > ('$a1','$a2','$a3','$be_fe01','$be_fe02')"; > $result = mysql_query($sql); > header ("Location: http://www.example.com"); > exit; > } else{ > // display form > ?> > > > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php