var en form

[email protected] ("Wil Fiers")
Newsgroups php.doc.nl
Message-ID <[email protected]>
<form name="formulier1" action="formulier1.php" method="get">
Voer alstublieft uw voornaam in: <input type=text name=voornaam><br><br>
Voer alstublieft uw achternaam in: <input type=text name=achternaam><br><br>
<input type=submit name=verzenden>
</form>
<?php
if($verzenden){
  echo "<b>Hartelijk welkom, $voornaam $achternaam.</b>";
}
?>


Deze variabele(n) worden niet herkend ???????
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.